mirror of
https://github.com/shadcn-ui/taxonomy
synced 2026-05-24 09:48:32 +00:00
docs: add copy-pasteable command for setting up local environment
This commit is contained in:
parent
c746a6a7a5
commit
02d8a01cfc
1 changed files with 4 additions and 0 deletions
|
|
@ -77,6 +77,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