Skip to content

Commit

Permalink
developing changes
Browse files Browse the repository at this point in the history
  • Loading branch information
zedaes committed Aug 26, 2024
1 parent e64ba2d commit 1c92362
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions app/(wiki)/(prose)/meta/developing/page.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,12 @@ pnpm i
pnpm dev
```

### Local Development
To start a local development server, run `pnpm dev`, then go to `https://127.0.0.1:3000` in your browser (A different port maybe be used if 3000 is being used).

### Production
To build for production, run `pnpm build`. To start the server, run `pnpm start`.

Note that we use [pnpm](https://pnpm.io), a high-performance alternative to [npm](https://npmjs.com).

## Recommended Setup
Expand Down

0 comments on commit 1c92362

Please sign in to comment.