Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/edeuss/statsfm-support-docs
https://github.com/edeuss/statsfm-support-docs
Last synced: 22 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/edeuss/statsfm-support-docs
- Owner: edeuss
- License: gpl-3.0
- Created: 2022-06-04T06:00:10.000Z (over 2 years ago)
- Default Branch: develop
- Last Pushed: 2022-05-21T20:55:21.000Z (over 2 years ago)
- Last Synced: 2024-12-07T08:43:42.859Z (29 days ago)
- Size: 3.75 MB
- Stars: 0
- Watchers: 0
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Stats.fm Support Documentation
### Installation
```
$ yarn
```### Local Development
```
$ yarn start
```This command starts a local development server and opens up a browser window. Most changes are reflected live without having to restart the server.
### Build
```
$ yarn build
```This command generates static content into the `build` directory and can be served using any static contents hosting service.