A digital collection of computer-related resources and support
- Install all necessary tools:
- Fork this repository by clicking the "Fork" button in the top right corner
- Run
git clone https://github.com/<YOUR_GITHUB_USERNAME>/computerstacks.git
to clone the source code onto your computer - Run
cd computerstacks/app
to change your working directory to ComputerStack's source code folder - Run
npm i
to install all dependencies - 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 servernpm run build
to compile a production-ready buildnpm start
to start the production server
If you would like to contribute a feature/fix a bug, simply open a pull request. Have fun!