Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
49 commits
Select commit Hold shift + click to select a range
21984c6
add many changes, very very buggy
hobbsythe6th Jul 20, 2026
f4dc300
migrated, updated readme
hobbsythe6th Jul 26, 2026
2f73e6b
updated scss files to use @use instead of @import because it fills th…
hobbsythe6th Jul 27, 2026
a572ec1
update jsx files to use import classnames from 'classnames' and not r…
hobbsythe6th Jul 27, 2026
6870f47
replace require() calls
hobbsythe6th Jul 27, 2026
c2c284a
env usage changes and the actual migration
hobbsythe6th Jul 27, 2026
cd6ee77
Merge branch 'vite-migrate' of https://github.com/hobbsythe6th/Candle…
hobbsythe6th Jul 27, 2026
6bf8ec0
update gitignore for packagelock
hobbsythe6th Jul 27, 2026
d0abc5a
Merge branch 'vite-migrate' into engine-package.json-update-betterer
hobbsythe6th Jul 30, 2026
00dbda4
migrate to rolldown, stilll incomplete
hobbsythe6th Aug 1, 2026
5f026da
Merge branch 'development' into vite-migrate
hobbsythe6th Aug 1, 2026
966527c
TODO: fix gesture.active
hobbsythe6th Aug 1, 2026
02a9f96
Merge branch 'Candlestickers:development' into development
hobbsythe6th Aug 2, 2026
3988166
no bugs found yayyyyyy
hobbsythe6th Aug 6, 2026
7227b0d
Merge branch 'Candlestickers:development' into engine-package.json-up…
hobbsythe6th Aug 7, 2026
d6a185f
clean up files
hobbsythe6th Aug 7, 2026
a2be64e
Merge branch 'engine-package.json-update-betterer' of https://github.…
hobbsythe6th Aug 7, 2026
b7d8ecd
clean up
hobbsythe6th Aug 8, 2026
48c77cf
ensure imported libs are available
hobbsythe6th Aug 9, 2026
76cdf16
fix nanoid vulnerability
hobbsythe6th Aug 11, 2026
1a4ac21
Merge branch 'vite-migrate' of https://github.com/hobbsythe6th/Candle…
hobbsythe6th Aug 11, 2026
0666098
some changes to public folder handling
hobbsythe6th Aug 13, 2026
344a457
clean up some more
hobbsythe6th Aug 14, 2026
24b5523
gitIgnore
hobbsythe6th Aug 15, 2026
0190582
Merge branch 'vite-migrate' into engine-package.json-update-betterer
hobbsythe6th Aug 18, 2026
cf7501a
stuf
hobbsythe6th Aug 18, 2026
b5d5643
cleanup
hobbsythe6th Aug 18, 2026
74ed8bb
yim
hobbsythe6th Aug 18, 2026
cc7f25b
Merge branch 'vite-migrate' into engine-package.json-update-betterer
hobbsythe6th Aug 18, 2026
577c507
bump nanoid
hobbsythe6th Aug 18, 2026
6db8ae3
init
hobbsythe6th Aug 19, 2026
9077a92
fix code editor bug
hobbsythe6th Aug 19, 2026
b7ed240
Merge branch 'engine-package.json-update-betterer' into wickpm
hobbsythe6th Aug 19, 2026
7573992
Merge branch 'engine-package.json-update-betterer' into wickpm
hobbsythe6th Aug 19, 2026
d0e3ed3
omg it works bugs: install() continues running even if package alread…
hobbsythe6th Aug 19, 2026
0db1ad8
seems fine, needs testing with named imports
hobbsythe6th Aug 20, 2026
9f55018
finished install(); todo: uninstall(), test a lot
hobbsythe6th Aug 20, 2026
2decd95
it wooooorks need2test: saving of pkgs in wickfile, saving of pkgs in…
hobbsythe6th Aug 21, 2026
70e5f12
bugfiiiiiiiiiix
hobbsythe6th Aug 21, 2026
c85acb1
Merge branch 'Candlestickers:development' into development
hobbsythe6th Aug 21, 2026
0908efd
Merge branch 'development' into wickpm
hobbsythe6th Aug 21, 2026
e889909
minor change
hobbsythe6th Aug 21, 2026
cdf29d2
Merge branch 'development' into vite-migrate
hobbsythe6th Aug 21, 2026
916ea9b
Merge branch 'development' into engine-package.json-update-betterer
hobbsythe6th Aug 21, 2026
aaf02ed
Merge branch 'vite-migrate' into engine-package.json-update-betterer
hobbsythe6th Aug 26, 2026
3aaed52
lockfile
hobbsythe6th Aug 26, 2026
2bec70d
Merge branch 'engine-package.json-update-betterer' into wickpm
hobbsythe6th Aug 26, 2026
a2bcadf
Merge remote-tracking branch 'upstream/development' into wickpm
hobbsythe6th Sep 6, 2026
d0c03b1
Merge branch 'development' into wickpm
hobbsythe6th Sep 7, 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
1 change: 1 addition & 0 deletions .env
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
NODE_PATH='src/'
GENERATE_SOURCEMAP=false
VITE_PUBLIC_URL=/
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,8 @@ package-lock.json
.env.test.local
.env.production.local
.env
CLAUDE.md
AGENTS.md

npm-debug.log*
yarn-debug.log*
Expand Down
2,567 changes: 0 additions & 2,567 deletions README-create-react-app.md

This file was deleted.

11 changes: 5 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ 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:
```
Expand All @@ -91,12 +91,11 @@ npm start

If it worked, you should see something like this in the terminal.
```
Compiled successfully!
VITE v8.1.5 ready in 450 ms

You can now view Candlestick in the browser.

Local: http://localhost:3000/
On Your Network: http://###.###.#.###:3000/
➜ Local: http://localhost:3000/
➜ Network: use --host to expose
➜ press h + enter to show help
```
If you go to your browser and open up [http://localhost:3000/](http://localhost:3000/) you should find the project there. You can also test on your mobile devices by going to the network `http://###.###.#.###:3000/` link on another device *connected to the same network* (it should work, but if it doesn't, it could be due to certain network restrictions).

Expand Down
189 changes: 0 additions & 189 deletions engine/gulpfile.js

This file was deleted.

Loading