Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/direwolf/direwolf-app
Direwolf Space Station
https://github.com/direwolf/direwolf-app
Last synced: 5 days ago
JSON representation
Direwolf Space Station
- Host: GitHub
- URL: https://github.com/direwolf/direwolf-app
- Owner: direwolf
- License: mit
- Created: 2019-10-17T18:54:32.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2023-03-04T04:58:44.000Z (over 1 year ago)
- Last Synced: 2024-08-01T12:30:30.866Z (3 months ago)
- Language: JavaScript
- Homepage: https://direwolf.rocks/spaces
- Size: 763 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-starred - direwolf/direwolf-app - Direwolf Space Station (others)
README
## Direwolf Space Station
[![DOI](https://zenodo.org/badge/215864343.svg)](https://zenodo.org/badge/latestdoi/215864343)
[![Built with open-wc recommendations](https://img.shields.io/badge/built%20with-open--wc-blue.svg)](https://github.com/open-wc)## Quickstart
To get started:
```sh
npm init @open-wc
# requires node 10 & npm 6 or higher
```## Scripts
- `start` runs your app for development, reloading on file changes
- `start:build` runs your app after it has been built using the build command
- `build` builds your app and outputs it in your `dist` directory
- `test` runs your test suite with Karma
- `lint` runs the linter for your project