Skip to content

Latest commit

 

History

History
36 lines (24 loc) · 1.21 KB

readme.md

File metadata and controls

36 lines (24 loc) · 1.21 KB

/uses

Built from edm00se/svelte3-parcel-starterstarter. Rebuilt from the svelte rollup starter, due to (marginal) performance reasons.

NPM Test Status GitHub Pages Deploy Status

Installation

  • git clone https://github.com/edm00se/uses.git
  • cd uses
  • npm install

Usage

  • npm run dev - rollup development server
  • npm run build - production build, can optionally serve its output with npm start
  • npm test - runs jest

Contributing

  1. Fork it!
  2. Create your feature branch: git checkout -b my-new-feature
  3. Commit your changes: git commit -am 'Add some feature'
  4. Push to the branch: git push origin my-new-feature
  5. Submit a pull request :D

Credits

License

MIT