notblizzard / alaska

A Medium clone made with Next.JS, Prisma, and Tailwind

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Macaw Next

Alaska is a Medium clone 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 Medium clone made with Next.JS, Prisma, and Tailwind

https://alaska.notblizzard.dev

License:MIT License


Languages

Language:TypeScript 95.3%Language:CSS 4.2%Language:JavaScript 0.3%Language:Dockerfile 0.2%