Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
20 commits
Select commit Hold shift + click to select a range
cee960b
remove build-engine-windows script
hobbsythe6th Jul 4, 2026
ddd3416
Merge branch 'Candlestickers:development' into development
hobbsythe6th Jul 5, 2026
cec78b7
Merge branch 'Candlestickers:development' into development
hobbsythe6th Jul 6, 2026
c1680f3
remove vscode deprecation warning, update package-lock and fix export…
hobbsythe6th Jul 6, 2026
6cad53b
Merge branch 'development' of https://github.com/hobbsythe6th/Candles…
hobbsythe6th Jul 6, 2026
e186674
package-lock.json updates
hobbsythe6th Jul 6, 2026
a37b4b4
QoL update: added engine-quickrun script to run build-engine and npm …
hobbsythe6th Jul 6, 2026
622402b
refresher commit
hobbsythe6th Jul 7, 2026
a8aaee9
revert
hobbsythe6th Jul 7, 2026
0f1546d
ran npm audit
hobbsythe6th Jul 7, 2026
24ec394
Merge branch 'Candlestickers:development' into development
hobbsythe6th Jul 8, 2026
1f4387e
remove stuff
hobbsythe6th Jul 8, 2026
0759627
Merge branch 'development' of https://github.com/hobbsythe6th/Candles…
hobbsythe6th Jul 8, 2026
84b5dad
packagelock for my local repo
hobbsythe6th Jul 8, 2026
c344f9b
add pumpkinhead's github profile to readme
hobbsythe6th Jul 10, 2026
3e5654c
Merge branch 'development' into development
hobbsythe6th Jul 23, 2026
eb2771a
add packagelocks to gitignore
hobbsythe6th Jul 23, 2026
64659b5
Merge branch 'development' of https://github.com/hobbsythe6th/Candles…
hobbsythe6th Jul 23, 2026
6f74695
readme update (again)
hobbsythe6th Jul 24, 2026
b4d3381
downgrade react-resize-detector
hobbsythe6th Jul 29, 2026
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,9 @@
/public/corelibs/wick-engine/
/engine/dist/

# package-lock
package-lock.json

# misc
.DS_Store
.env.local
Expand Down
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -81,12 +81,13 @@ Then create a production build of the project:
```
npm run build
```
<sup>^ This command is not always needed while testing, you'll need it most prior to deploying your code</sup>
<sup>^ This command is not always needed while testing, you'll need it most prior to deploying your code because it's basically just an optimisation command you don't need to use much</sup>

And lastly, to run your project in development:
```
npm start
```
<sup>While working on the engine it's easier to test by running npm run engine-quickrun</sup>

If it worked, you should see something like this in the terminal.
```
Expand Down Expand Up @@ -118,10 +119,10 @@ Wick Editor was created by Luca Damasco and Zach Rispoli. See more credits on th
Candlestick was created and is maintained by [Hamzah Alani](https://forum.wickeditor.com/u/hamzah_alani/summary), [Baron](https://forum.wickeditor.com/u/baronawc/summary), and [Jovanny Rodriguez](https://forum.wickeditor.com/u/jovanny/summary).

Active contributors:
- [StickmanRed](https://forum.wickeditor.com/u/stickmanred/summary)
- [StickmanRed](https://forum.wickeditor.com/u/stickmanred/summary) also found at (https://github.com/StickmanRed)

Additional, indirect contributors:
- [pumpkinhead](https://forum.wickeditor.com/u/pumpkinhead/summary)
- [pumpkinhead](https://forum.wickeditor.com/u/pumpkinhead/summary) also found at [pkhead](https://github.com/pkhead)
- [SomeoneElse](https://forum.wickeditor.com/u/someoneelse/summary)

___
Expand Down
Loading