Skip to content

Commit

Permalink
update how-to-run
Browse files Browse the repository at this point in the history
  • Loading branch information
koko37 committed Oct 29, 2024
1 parent b7e698e commit f46a9bc
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -130,6 +130,13 @@ cp .env.example .env
yarn dev
```

*In the development environment, a different configuration is used to maintain fast response. To replicate the same key generation like the prod environment, you need to update the following line in src/lib/conf.js:*

```javascript
// src/lib/conf.js
p: import.meta.env.DEV ? 1 : 5, // parallelization parameter
```

## Production Environment

The project uses `Github Pages` and `Github Actions` for deployment and is connected to a custom domain.
Expand Down

0 comments on commit f46a9bc

Please sign in to comment.