Skip to content

Latest commit

 

History

History
20 lines (17 loc) · 1 KB

README.md

File metadata and controls

20 lines (17 loc) · 1 KB

ComputerStacks

A digital collection of computer-related resources and support

How to contribute

  1. Install all necessary tools:
  1. Fork this repository by clicking the "Fork" button in the top right corner
  2. Run git clone https://github.com/<YOUR_GITHUB_USERNAME>/computerstacks.git to clone the source code onto your computer
  3. Run cd computerstacks/app to change your working directory to ComputerStack's source code folder
  4. Run npm i to install all dependencies
  5. Create a .env file in the current working directory and set your environment variable values from the sample enviroment file, .env.sample

Congrats, the project is now set up on your computer! Here's a few commands to get going:

  • npm run dev to start the development server
  • npm run build to compile a production-ready build
  • npm start to start the production server

If you would like to contribute a feature/fix a bug, simply open a pull request. Have fun!