strona-czynna/README.md
Kuba Orlik 651cd48220 Bring the repo up to speed with our recent developments
Summary:
Remove redundant files

User login fixes

Reviewers: #reviewers

Subscribers: jenkins-user

Differential Revision: https://hub.sealcode.org/D1253
2022-07-31 23:01:24 +02:00

22 lines
211 B
Markdown

# 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
```