Skip to content

risbi0/Elysian-Realm

Repository files navigation

Elysian Realm Recommended Builds

Libraries.io dependency status for GitHub repo GitHub repo size GitHub code size in bytes GitHub commit activity

Guide source from https://rentry.co/ElysianRealm

Setup

Install dependencies:

npm install

Start webpack server:

npm run serve

Watch file changes:

npm run watch

When adding new files, this command needs to be restarted.

Other Scripts

Test the guide contents:

npm test

Deploy to GitHub Pages:

npm run deploy