Flexible application essay scheduler webapp. Access application here.
Originally 3rd place submission at 2023 OneHacks III Hackathon, completely rewritten for 2024 Hack Club Arcade.
- Install Node.js 18 or higher
- Confirm installation by running
node --version
in the command line
- Confirm installation by running
- Install Java JDK 11 or higher
- Confirm installation by running
java --version
in the command line
- Confirm installation by running
- In the repo run
npm run setup
- Install ESLint and Prettier extensions
- In VSCode settings enable formatOnSave
- In VSCode settings select "Prettier - Code formatter" for the Default Formatter
- Run
npm run setup
to install dependencies - Run
npm run dev
to start dev server - Run
npm run lint
to format code and fix lint issues