mirror of
https://github.com/origranot/reduced.to.git
synced 2025-03-14 10:33:54 +00:00
fix: lint
This commit is contained in:
@ -4,5 +4,5 @@
|
||||
"semi": true,
|
||||
"singleQuote": true,
|
||||
"useTabs": false,
|
||||
"printWidth": 100
|
||||
"printWidth": 130
|
||||
}
|
||||
|
@ -179,6 +179,7 @@ The project is structured in the following way:
|
||||
|
||||
- In case you have docker installed, you can _single-click_ deploy and test your changes by running the following and going to `http://localhost:5000/` on your browser.
|
||||
- When you run the command below, don't forget to change the .env file with the correct values.
|
||||
|
||||
```sh
|
||||
docker compose -f docker/local/docker-compose.yml -p reduced-to up
|
||||
```
|
||||
|
Reference in New Issue
Block a user