You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

30 lines
334 B
Markdown

# Sealious App
2 years ago
## Requirements
- docker
- docker-compose (version 2.6 or up)
## Installation
```
./get-map.sh
./npm.sh install
docker-compose build
```
Always use ./npm.sh when installing dependencies.
## Running the app in development mode
```
docker-compose up -d
npm run watch
```
3 years ago
## Testing
```
./npm.sh run test
```