1
0
mirror of https://github.com/seejohnrun/haste-server.git synced 2026-02-10 16:01:32 +00:00

remove web app class and fixes

This commit is contained in:
Yusuf Yilmaz
2022-06-02 10:45:20 +02:00
parent 82fd0654e2
commit fa9d3f98e9
5 changed files with 160 additions and 184 deletions
+19 -3
View File
@@ -29,9 +29,25 @@ STDOUT. Check the README there for more details and usages.
## Installation
1. Download the package, and expand it
2. Explore the settings inside of config.js, but the defaults should be good
3. `npm install`
4. `npm start` (you may specify an optional `<config-path>` as well)
3. `yarn install`
## Development
1. Explore the settings inside of config.js, but the defaults should be good
2. `yarn install`
3. `yarn dev` (you may specify an optional `<config-path>` as well)
## Production
1. Explore the settings inside of config.js, but the defaults should be good
2. `yarn install`
3. `yarn build` to build the package
4. `yarn start` to start the server
## Production with Docker
1. Explore the settings inside of config.js, but the defaults should be good
2. `docker compose up`
## Settings