notblizzard / antarctica

A Twitter/Bluesky clone made with Next.JS, Prisma, Tailwind, and Pusher

Home Page:https://antarctica.notblizzard.dev/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Antarctica

Antarctica is a remake of Macaw bootstrapped with create-next-app.

Getting Started

First, install the dependencies:

npm install
# or
yarn install
# or
pnpm install

Then, run the migrations:

npx prisma migrate

Then, run the dev server:

npm run dev
# or
yarn dev
# or
pnpm dev

About

A Twitter/Bluesky clone made with Next.JS, Prisma, Tailwind, and Pusher

https://antarctica.notblizzard.dev/

License:MIT License


Languages

Language:TypeScript 97.6%Language:JavaScript 1.4%Language:CSS 1.0%