From 8fcc50b1a4e2d688c2b2fa217304f8585f28a4af Mon Sep 17 00:00:00 2001 From: Nicola <47360416+unsettledgames@users.noreply.github.com> Date: Mon, 13 Feb 2023 18:12:20 +0100 Subject: [PATCH] Update README.md --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index ba82bdf..59d86e1 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ This is a browser based software for creating pixel art The tool can be viewed online here: https://lospec.com/pixel-editor -## How to contribute +## Before contributing Before starting to work, please open an issue for discussion so that we can organize the work without creating too many conflicts. If your contribution is going to fix a bug, please make a fork and use the bug-fixes branch. If you want to work on a new feature, please use the new-feature branch instead. @@ -56,6 +56,8 @@ You also need `npm` in version 7 (because of 2nd version of lockfile which was i 3. Click on "Code". Select the "Codespaces" submenu and click on "Create codespace on **branch name**". 4. Run `npm install`. Then run `npm run hot`: it will open a popup containing the editor, so make sure to disable your adblock if you're using one. +#### Desktop environment + 1. Click **Fork** above. It will automatically create a copy of this repository and add it to your account. 2. Clone the repository to your computer. 3. Open the folder in command prompt and run **`npm install`**