Skip to content

Commit

Permalink
Included local deployment instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
albertprz committed Nov 17, 2023
1 parent bc39a21 commit 3a77207
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,29 @@ for use for enterprise, personal & educational purposes.
## Screenshots

![](assets/screenshot.png)

## Local Deployment

First, clone the repository:

```console
$ git clone https://github.com/albertprz/puresheet
$ cd puresheet
```

Then, install the following dependencies via `npm`:

```console
$ npm install -g purescript spago parcel
```

Finally build the project and launch it in localhost:


```console
$ npm run build
$ npm run serve
```

## Keybindings

Expand Down

0 comments on commit 3a77207

Please sign in to comment.