This project is built with harp
-
Setup:
- Yarn - You may use Brew just running
brew install yarn yarn- To install the dependencies
- Yarn - You may use Brew just running
-
Running:
yarn dev=> starts the server with BrowserSync on localhost:3000/
-
Build:
yarn build=> compiles the files into thedocsfolder to get ready to deploy
-
Deploy:
yarn deploy=> Updatesdocsfolder on master with develop branch changes.