This is the public projet of my website leonimust.com
This will probably not get any update whatsoever so take it and play with it :3
Also the old methamphetamine.solutions website is in the meth.zip file, all working locally
Wolfie for his old website methamphetamine.solutions :3
This project now supports a build + preview flow similar to frontend tooling:
bun run build: creates adist/folder and minifies JS/CSS assets frompublic/bun run preview: runs the built app fromdist/in production modebun run start: same as preview (starts built output)bun run start:dev: runs the source app directly (development mode)
Recommended production run locally:
bun run buildbun run preview