Skip to content

Commit

Permalink
Updating readme and package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
zendranm committed Nov 18, 2024
1 parent 84b753f commit 0d9fc28
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 4 deletions.
3 changes: 3 additions & 0 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

12 changes: 9 additions & 3 deletions website/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,22 +4,28 @@ This website is built using [Docusaurus](https://docusaurus.io/), a modern stati

### Installation

In the root directory of the project, run:

```
$ yarn
$ pnpm install
```

### Local Development

In the root directory of the project, run:

```
$ yarn start
$ pnpm -filter=website run start
```

This command starts a local development server and opens up a browser window. Most changes are reflected live without having to restart the server.

### Build

In the root directory of the project, run:

```
$ yarn build
$ pnpm -filter=website run build
```

This command generates static content into the `build` directory and can be served using any static contents hosting service.
Expand Down
3 changes: 2 additions & 1 deletion website/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,8 @@
"@docusaurus/types": "3.5.2",
"@types/simpl-schema": "1.12.8",
"simpl-schema": "1.13.1",
"typescript": "~5.5.2"
"typescript": "~5.5.2",
"uniforms": "workspace:*"
},
"browserslist": {
"production": [
Expand Down

0 comments on commit 0d9fc28

Please sign in to comment.