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

https://github.com/livereader/spell.demonstrator


https://github.com/livereader/spell.demonstrator

Last synced: 8 months ago
JSON representation

Awesome Lists containing this project

README

          

# Spell Demonstrator

## Docker

```
docker-compose up -d --build
```
Visit the page on `localhost:8000`

## Development

### Server

```shell
cd server
npm start
```

### Client

```shell
cd client
npm run build
npm run serve
```