- git clone https://[email protected]/scm/fdi/apollo.git
- npm update
- npm udpate -D // dev updates
- git clone https://github.com/DrYSG/apollo.git
- npm update
- npm udpate -D // dev updates
- manual: npm run build
- automatic: npm build-watch (uses parcel hot loading and caching)
- Run task build
- or npm run build
- Run task build-docs
- or npm run build-docs
- Run task test
- or npm run test