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.git
orgit clone [email protected]:YOUR_USERNAME/hacktoberfest21.js.git
depending on if you're using HTTPS or SSH respectively. Of course, replaceYOUR_USERNAME
with your actual username. - In the root directory, do
npm install
to download the backend dependencies. - Go into the client folder with
cd client
and donpm install
again for the frontend dependencies. - Go to the Discord server to get the
.env
file from us. - how to run: Simple run
npm start
in 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 [email protected] with questions or concerns as well, just add [Hacktoberfest]
to the subject line. Thanks for your help!!