strona-czynna/README.md
2022-08-04 11:38:17 +02:00

27 lines
279 B
Markdown

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