docs: remark about github actions

This commit is contained in:
Bobby 2021-10-22 21:37:16 +07:00
parent a7ecf1cdf6
commit fef37ed2ca
No known key found for this signature in database
GPG Key ID: 941839794CBF5A09

View File

@ -33,7 +33,7 @@ You can also start it with `yarn pm2` if you have [PM2](https://pm2.keymetrics.i
When running in production mode, the safe will use pre-built client-side CSS/JS files from `dist` directory, while the actual source codes are in `src` directory.
The pre-built files were processed with [postcss-preset-env](https://github.com/csstools/postcss-preset-env), [cssnano](https://github.com/cssnano/cssnano), [bublé](https://github.com/bublejs/buble), and [terser](https://github.com/terser/terser).
The pre-built files are processed with [postcss-preset-env](https://github.com/csstools/postcss-preset-env), [cssnano](https://github.com/cssnano/cssnano), [bublé](https://github.com/bublejs/buble), and [terser](https://github.com/terser/terser), and done automatically with [GitHub Actions](https://github.com/BobbyWibowo/lolisafe/blob/safe.fiery.me/.github/workflows/build.yml).
## Running in development mode