Skip to content

Commit

Permalink
feat: updated README instructions for deploying and running locally
Browse files Browse the repository at this point in the history
  • Loading branch information
nik-rev committed Dec 11, 2024
1 parent 9bff61e commit 39d6125
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ You can use the [Helix Editor](https://helix-editor.com/) to refactor code effic

## Contributing

### Adding new examples

You can add new examples by editing the [`index.mdx`](https://github.com/NikitaRevenco/helix-golf/edit/main/src/content/docs/index.mdx) file.

To add an entry, copy-paste the following template:
Expand Down Expand Up @@ -41,3 +43,9 @@ output file

</details>
````

### Running locally

1. Clone this repository
1. `pnpm install`
1. `pnpm dev`

0 comments on commit 39d6125

Please sign in to comment.