Antarctica is a remake of Macaw
bootstrapped with create-next-app
.
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