This commit is contained in:
Carl Downing
2023-07-30 08:11:52 -07:00
parent c8b559dce8
commit 98b31288bd

View File

@@ -5,10 +5,10 @@
- Make sure Docker and Docker Compose is installed.
- Make sure Node and NPM are installed.
- Run: `npm run dev`
- Docker will build and run contaienrs. This will take some time.
- Docker will build and run containers. This will take some time.
- You should see OneUptime Home Page on `http://localhost`
- The containers are hot reloadable, so any changes you do in local development, it should auto-restart.
- However, containers don't auto-restart for chages made to `package.json` / `webpack.config.js` files. If you've made a change to those files, you should build the container again by running:
- However, containers don't auto-restart for changes made to `package.json` / `webpack.config.js` files. If you've made a change to those files, you should build the container again by running:
```
npm run force-build-dev <application_name>