A repository that aims to provide a standalone application to be able to access the Sploder-Revival project without needing to install Flash or downgraded applications system wide.
Join the Discord Server for the active community and development.
- Download the latest release
- Run the installer
- Run
nvm use
to switch to the node version specified in .nvmrc - Run
npm i
to install all necessary packages - Run
npm run dist
to build the project - The built files will be available in the dist folder.
- Run
nvm use
to switch to the node version specified in .nvmrc - Run
npm i
to install all necessary packages - Run
npm run dev
to start the electron development server