1
0
mirror of https://github.com/xuthus83/pigallery2.git synced 2024-11-03 21:04:03 +08:00

Fix typos

This commit is contained in:
Patrik J. Braun 2021-03-26 21:56:38 +01:00
parent 8f85d18b6a
commit 1f708d1c71

View File

@ -4,13 +4,13 @@
This project reached to a point when I cannot maintain it alone. This project reached to a point when I cannot maintain it alone.
I'm happy to see that some people already submitted some pull requests (PR) so everyone can benefit their changes. I'm happy to see that some people already submitted some pull requests (PR) so everyone can benefit their changes.
In general I'm happy to merge PRs, but I recommend to file a ticket and ask first if it is OK. In general, I'm happy to merge PRs, but I recommend filling a ticket and ask first if it is OK.
## How to develop ## How to develop
1. Download the sourcefiles 1. Download the source files
2. install dependencies `npm install` 2. install dependencies `npm install`
3. Build client `npm run run-dev` 3. Build client `npm run run-dev`
* This will build the client with english localization and will keep building if you change the source files * This will build the client with english localization and will keep building if you change the source files
@ -34,7 +34,7 @@ Overview:
|-- test -- contains the unit and integration tets <----- be nice and write tests to your feature |-- test -- contains the unit and integration tets <----- be nice and write tests to your feature
``` ```
Source strucure: Source structure:
``` ```
|-- src -- contains the rource files <-------- This is what you need |-- src -- contains the rource files <-------- This is what you need
|-- backend -- nodejs backend code |-- backend -- nodejs backend code