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.
|
# Sealious App
|
|
|
|
## 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
|
|
```
|