Skip to content

Latest commit

 

History

History

front

Frontend for kimsufi-notfier

The website is hosted at: https://kimsufi-notifier.theobrigitte.com

Getting Started

  1. Copy .env.example to .env and fill in the required values.

  2. Run the development server with:

npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun dev
  1. Open http://localhost:3000 with your browser.

  2. Edit the file at src/app/page.tsx. The page auto-updates as you edit the file.

Other commands

  • npm run build to build the project into build/ directory.
  • npm run lint to run linter on the project.

Links

This project uses Next.js and Tailwind CSS. Here are some helpful links: