To help adjust to our virtual/hybrid learning environment, the Hunter College Computer Science Clubs Network calls you to create an online bulletin board for different departments, clubs, organizations, etc can post about their events, initiatives, publications, fundraisers, etc.
- Fork then clone this repository by typing in
git clone https://github.com/YOUR_USERNAME/hacktoberfest21.js.gitorgit clone git@github.com:YOUR_USERNAME/hacktoberfest21.js.gitdepending on if you're using HTTPS or SSH respectively. Of course, replaceYOUR_USERNAMEwith your actual username. - In the root directory, do
npm installto download the backend dependencies. - Go into the client folder with
cd clientand donpm installagain for the frontend dependencies. - Go to the Discord server to get the
.envfile from us. - how to run: Simple run
npm startin the root directory and it will run frontend on port 3000 and backend on port 3001
For more information, or if you get stuck and need help, go to https://discord.gg/PwrkJYkdAz where GDSC members help you! Feel free to email isabelabonitalla@gmail.com with questions or concerns as well, just add [Hacktoberfest] to the subject line. Thanks for your help!!