Website | Discord | Hack Textbook
- Set up your development environment by installing Git, making a GitHub account, installing VSCode, installing NodeJS and NPM, and forking this repository.
- Go to the HTML/CSS/JS workshop!
- To be posted as workshops occur
This is the finished project for ACM Hack School 2025.
In order to run this project, you must do the following:
- Clone the repository to your machine
- Create a MongoDB cluster
- In server, create a .env file where DB_URL=YOUR_MONGO_DB_KEY_HERE and PORT=3001
- Create a terminal, and run
cd client,npm install, thennpm run dev - Create a terminal, and run
cd server,npm install, thennpm run dev - Open http://localhost:3000