Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/edm00se/uses
a breakdown of the things I use, part of the edm00se.codes domain
https://github.com/edm00se/uses
edm00se uses
Last synced: 7 days ago
JSON representation
a breakdown of the things I use, part of the edm00se.codes domain
- Host: GitHub
- URL: https://github.com/edm00se/uses
- Owner: edm00se
- Created: 2020-01-10T21:27:43.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2024-06-19T14:37:00.000Z (5 months ago)
- Last Synced: 2024-06-20T01:28:05.391Z (5 months ago)
- Topics: edm00se, uses
- Language: Svelte
- Homepage: https://edm00se.codes/uses/
- Size: 2.12 MB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# /uses
~Built from [edm00se/svelte3-parcel-starterstarter](https://github.com/edm00se/svelte3-parcel-starter).~ Rebuilt from the svelte rollup starter, due to (marginal) performance reasons.
[![NPM Test Status](https://github.com/edm00se/uses/workflows/Node.js%20Testing/badge.svg)](https://github.com/edm00se/uses/actions?workflow=Node.js+Testing) [![GitHub Pages Deploy Status](https://github.com/edm00se/uses/workflows/Deploy%20to%20GitHub%20Pages/badge.svg)](https://github.com/edm00se/uses/actions?workflow=Deploy+to+GitHub+Pages)
## 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
- [svelte](https://svelte.dev/)
- [svelte template](https://github.com/sveltejs/template)
- [jest](https://jestjs.io/)
- [svelte-jest](https://github.com/ktsn/svelte-jest)## License
MIT