Add API URL injection back and Docker builds.

This commit is contained in:
Paul
2021-08-30 15:24:15 +01:00
parent c370a24fad
commit f6eac9362b
7 changed files with 173 additions and 10 deletions

View File

@@ -29,14 +29,16 @@ It is also recommended to run `git submodule update` after you pull from upstrea
## CLI Commands
| Command | Description |
| ---------------- | -------------------------------------------- |
| `yarn dev` | Start the Revolt client in development mode. |
| `yarn build` | Build the Revolt client. |
| `yarn preview` | Start a local server with the built client. |
| `yarn lint` | Run ESLint on the client. |
| `yarn fmt` | Run Prettier on the client. |
| `yarn typecheck` | Run TypeScript type checking on the client. |
| Command | Description |
| ------------------- | -------------------------------------------- |
| `yarn dev` | Start the Revolt client in development mode. |
| `yarn build` | Build the Revolt client. |
| `yarn preview` | Start a local server with the built client. |
| `yarn lint` | Run ESLint on the client. |
| `yarn fmt` | Run Prettier on the client. |
| `yarn typecheck` | Run TypeScript type checking on the client. |
| `yarn start` | Start a local sirv server with built client. |
| `yarn start:inject` | Inject a given API URL and start server. |
## License