Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

Awesome Lists containing this project

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