Skip to content

codethechange/codethechange.github.io

Folders and files

NameName
Last commit message
Last commit date

Latest commit

3e35484 · Sep 7, 2024
Mar 22, 2021
Sep 7, 2024
Sep 30, 2021
Apr 17, 2023
Dec 23, 2018
Dec 23, 2018
Dec 23, 2018
Mar 9, 2019
Jan 8, 2019
Sep 19, 2019
Apr 2, 2020
Jan 12, 2019
Apr 17, 2023
Dec 23, 2018
Sep 5, 2020
Sep 30, 2021

Repository files navigation

Deployment Note

Note that our master branch is actually our deployment branch, so the workflow involves checking out the dev branch. PR's should go into that branch.

After cloning, to run dev server

yarn
yarn serve

Compiles and minifies for production

yarn run build

Deploy to production

./deploy.sh

Lints and fixes files

yarn run lint