This is a Next.js project bootstrapped with vite
. Frontend code is located in the frontend
directory.
-
Clone the repository
-
To initialize npm repositories,
cd frontend && yarn
-
To run the frontend, run
yarn dev
. -
To build run
yarn build
next
: SSR, routing and other features.tailwindcss
: Inline styling for a majority of components and layouts.framer-motion
: For fluid animationsswr
: Fetching data from backendnext-themes
: Used alongside tailwind for dark modemoment
: For parsing and displaying time informationmdx-js
: Markdown to JSX support
This codebase is formatted with Prettier. Use yarn prettier --write .
to automatically format all files.