mirror of
https://github.com/codex-storage/codex.storage.git
synced 2025-02-20 16:38:20 +00:00
Update README.md
This commit is contained in:
parent
98b9534a87
commit
667a3b4319
15
README.md
15
README.md
@ -19,6 +19,21 @@ $ yarn
|
||||
$ yarn start
|
||||
```
|
||||
|
||||
## Deployment
|
||||
1. Clone this repository.
|
||||
2. Install the dependencies:
|
||||
```bash
|
||||
$ yarn
|
||||
```
|
||||
3. Build the website:
|
||||
```bash
|
||||
$ yarn build
|
||||
```
|
||||
4. serve the app:
|
||||
```bash
|
||||
$ yarn serve
|
||||
```
|
||||
|
||||
## Configuration
|
||||
Edit the `docusaurus.config.js` file in the repository's root directory, and update the value of the `businessUnit` field in presets section; below is a list of valid values:
|
||||
- Codex
|
||||
|
Loading…
x
Reference in New Issue
Block a user