- License
- How to Setup Your Development Environment
- How to Contribute Code
- Code Styling
- Other Ways of Contributing
This software is written under the GPL V3 license. This software is free to be run, modified, distributed, etc free of charge in accordence to the license.
- NPM: Linux Command
sudo apt-get install npm
- Node.js: Linux Command
sudo apt-get install nodejs
Fork the project into your repositories, this will allow you to commit your changes.
You can either do this through a Github GUI like Github Desktop or GitKraken or you can do it through the terminal using git clone https://github.com/YOUR-USERNAME/CIMS
Navigate to your new working directory in your terminal and type npm install
. This will download any prerequisites and change any project settings needed to be able to run on your system.
Navigate to your working directory in your terminal and type npm start
. This will start the development server on your system, this server will automatically rerender any changes once you save a file.