- Build EDGE-Classic Emscripten build with freedoom2.wad and blasphem.wad in the /preload folder. Verify that it works with the test site in the EC repo.
- You will need to remove the "-sEXPORT_ES6=1" flag from the Emscripten.cmake file in the EC repo
- Place the generated WASM and JS files in the /src folder of this repository
- They will also need to be copied to the /build folder if doing npm run serve to test
-
npm install: Installs dependencies -
npm run dev: Run a development, HMR server -
npm run serve: Run a production-like server -
npm run build: Production-ready build -
npm run lint: Pass TypeScript files using ESLint -
npm run test: Run Jest and Enzyme withenzyme-adapter-preact-purefor your tests
For detailed explanation on how things work, checkout the CLI Readme.