mirror of
https://github.com/shadcn-ui/taxonomy
synced 2026-05-23 09:18:30 +00:00
Merge pull request #35 from nawok/docs/sh-env-local
docs: add copy-pasteable command for setting up local environment
This commit is contained in:
commit
24454dac98
1 changed files with 4 additions and 0 deletions
|
|
@ -78,6 +78,10 @@ pnpm install
|
|||
|
||||
2. Copy `.env.example` to `.env.local` and update the variables.
|
||||
|
||||
```sh
|
||||
cp .env.example .env.local
|
||||
```
|
||||
|
||||
3. Start the development server:
|
||||
|
||||
```sh
|
||||
|
|
|
|||
Loading…
Reference in a new issue