The website is hosted at: https://kimsufi-notifier.theobrigitte.com
-
Copy
.env.example
to.env
and fill in the required values. -
Run the development server with:
npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun dev
-
Open http://localhost:3000 with your browser.
-
Edit the file at
src/app/page.tsx
. The page auto-updates as you edit the file.
npm run build
to build the project intobuild/
directory.npm run lint
to run linter on the project.
This project uses Next.js and Tailwind CSS. Here are some helpful links: