mirror of
https://github.com/lospec/pixel-editor.git
synced 2023-08-10 21:12:51 +03:00
Update README.md
This commit is contained in:
parent
aeb8892dc0
commit
8fcc50b1a4
@ -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`**
|
||||
|
Loading…
Reference in New Issue
Block a user