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

https://github.com/nasa-ammos/aerie-sequence-editor


https://github.com/nasa-ammos/aerie-sequence-editor

Last synced: about 1 year ago
JSON representation

Awesome Lists containing this project

README

          

# aerie-sequence-editor

## Develop

First make sure you have [NVM](https://github.com/nvm-sh/nvm) installed. Then do:

```sh
nvm install
nvm use
npm install
npm run dev
```