strona-czynna/README.md
2024-02-08 18:57:26 +01:00

37 lines
464 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
```
npx sealgen make-env
docker-compose up -d db mailcatcher
npm run watch
```
## Testing
First time after installing the project run this command to download firefox
```
npx playwright install firefox
```
And then
```
./npm.sh run test
```