ezkomment
ezkomment copied to clipboard
Commenting made easy.
NUS Orbital 2022
If you came here looking for the source code submitted in NUS Orbital 2022, see v1.0.0. Since then the app has been effectively rewritten, so this repository's main branch is no longer considered part of Orbital 2022.
Development
$ pnpm install # install dependencies
$ pnpm dev # start a development server at localhost:3000
$ pnpm build # build the app in production mode
$ pnpm start # start the app (after pnpm build) in production mode
See the development guide.