Skip to content

edge-classic/EDGE-classic-webplayer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

EDGE-classic-webplayer

Prep

  • 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

CLI Commands

  • 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 with enzyme-adapter-preact-pure for your tests

For detailed explanation on how things work, checkout the CLI Readme.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors