Built from edm00se/svelte3-parcel-starterstarter. Rebuilt from the svelte rollup starter, due to (marginal) performance reasons.
git clone https://github.com/edm00se/uses.git
cd uses
npm install
npm run dev
- rollup development servernpm run build
- production build, can optionally serve its output withnpm start
npm test
- runs jest
- Fork it!
- Create your feature branch:
git checkout -b my-new-feature
- Commit your changes:
git commit -am 'Add some feature'
- Push to the branch:
git push origin my-new-feature
- Submit a pull request :D
MIT