Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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