https://github.com/livereader/spell.demonstrator
https://github.com/livereader/spell.demonstrator
Last synced: 8 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/livereader/spell.demonstrator
- Owner: LiveReader
- Created: 2022-04-03T22:14:47.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2022-11-08T14:54:03.000Z (over 3 years ago)
- Last Synced: 2025-08-20T23:54:18.741Z (8 months ago)
- Language: JavaScript
- Size: 10.8 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: ReadMe.md
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
```