| description | Johan Cervantes - December 17, 2021 |
|---|
For reference, this is the current repository https://github.com/CovEducation/coveducation.github.io
I assume that NPM & NodeJS are installed in the system. If not, here's a guide.
~ > git clone git@github.com:CovEducation/coveducation.github.io.git
~ > cd coveducation.github.io
# Install dependencies
~/coveducation.github.io > npm install
~/coveducation.github.io > npm run buildIf all the commands above worked, the environment has been setup correctly.
~/coveducation.github.io > npm run serve
This command should hot-reload any changes made to the site:
~/coveducation.github.io > npm run develop
Other commands can be found in the projects' package.json file.
- Create a new branch with your changes
- Create a pull-request and get it reviewed by someone.
- Feel free to assign them to me, I will do my best to review them in a reasonable time frame.
- If it's urgent, DM me on Messenger
- After the PR is merged, a GitHub action picks up the changes, rebuilds then site, and deploys it.
- DO NOT FORGET THIS STEP:
