The death of Flash, a wonderful platform for an old era now lost to time. 🪦
Requires Node and pnpm.
Clone the repo and install all the necessary packages:
npx degit nullpasswd/flashisdead flashisdead && \
cd flashisdead && \
pnpm i
This project uses @sveltejs/adapter-node for production.
To build the app, run npm run build
inside the root folder of this project.
After that's done, you can run the compiled website with node build/index.js
.