From 3a772077e08932825375ff36d83878c186a12984 Mon Sep 17 00:00:00 2001 From: Alberto Perez Date: Fri, 17 Nov 2023 23:48:32 +0100 Subject: [PATCH] Included local deployment instructions --- README.md | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) diff --git a/README.md b/README.md index 38b596e..1b3fca4 100644 --- a/README.md +++ b/README.md @@ -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