First, folk this repository by clicking the folk button.
Next, clone your folked repo.
git clone https://github.com/example/DoIt.git
cd DoIt
Then, install the dev dependencies.
npm install
And now you are ready to go!
Here are some useful commands.
npm run babel #build theme.js with babel
npm run build #build theme.js and then build the static site
npm run start #build theme.js and then run a local debugging server
npm run start-production #build theme.js and then run a local debugging server in production environment
npm run serve #run a local debugging server without building a new theme.js
npm run serve-production #run a local debugging server in production environment without building a new theme.js
Finally, create a new pull request at https://github.com/HEIGE-PCloud/DoIt/pulls to submit your contribution🎉