Skip to content

UMN-Blockchain/UMNBC_Website_3

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

75 Commits
 
 
 
 
 
 
 
 

Repository files navigation

READING TIME: 1 MIN READ

How to contribute outline

  1. Fork the repo or git pull main branch
  2. npm init in the terminal
  3. create a .env file in the server folder (dm #project channel on discord and i'll send you api keys)
  4. run the backend by going into the server folder and doing npm run dev in the terminal
  5. run the front end by going into the src folder and doing run npm start

Step by Step after you fork the repo

  1. Get into the UMNBC_Website_Fork directory
  2. Then run the back-end and front-end
  3. server runs the back-end, src runs the front-end

-> server folder

- check by doing pwd in terminal
- cd .. (this moves you a folder back/out)
- cd [[folder-name]] (this moves you into the folder)
- npm run dev (once you are in the server folder. So ex in terminal: cd server)

-> src folder

- same process as above to get to the server folder
- npm start

If you need help with cd and terminal

https://www.theodinproject.com/lessons/foundations-command-line-basics#use-the-command-line-like-a-pro

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 68.2%
  • CSS 19.3%
  • SCSS 6.9%
  • HTML 5.6%