Go to file
Dys b79a215a35 Make showEPRate and showIPRate consistent with mobile displays
ep/ip rate > threshold ==> ep/ip > threshold
2022-04-22 17:46:46 +08:00
.github Add workflow_dispatch to deploy GitHub action 2022-02-07 08:45:20 +03:00
build add a 5 second delay before running npm ci 2022-04-13 06:56:19 -07:00
javascripts Address PR feedback 2022-04-19 08:10:34 +08:00
public Fix transparent splitter 2022-04-21 21:04:23 +07:00
src Make showEPRate and showIPRate consistent with mobile displays 2022-04-22 17:46:46 +08:00
.browserslistrc Update the browser requirements 2022-03-28 20:48:20 -05:00
.editorconfig Add .editorconfig 2019-10-28 19:55:38 +03:00
.eslintignore Add browserslist-useragent-regexp as a dev dependency and add a pre-build script utilizing it 2022-03-28 19:00:12 +03:00
.eslintrc.json Address review comments 2022-03-24 11:57:06 -05:00
.gitattributes Create .gitattributes 2019-04-02 09:46:30 +03:00
.gitignore Add pre-serve build step to check if node_modules are up-to-date 2022-03-28 18:18:34 +03:00
babel.config.js Integrate Webpack and Babel via Vue CLI 2021-11-14 18:52:45 +03:00
jsconfig.json salvage anything usable from hevi/pelle-2.5 2022-01-25 23:55:55 +02:00
LICENSE Liberate the code 2019-07-25 12:02:39 +03:00
MonospaceTypewriter.sfd add up/down arrow (as used in glyph level boost/cap display) to font 2019-09-16 09:38:13 -04:00
package-lock.json Add browserslist-useragent-regexp as a dev dependency and add a pre-build script utilizing it 2022-03-28 19:00:12 +03:00
package.json Add browserslist-useragent-regexp as a dev dependency and add a pre-build script utilizing it 2022-03-28 19:00:12 +03:00
README.md Update README.md 2021-12-02 20:50:27 +03:00
vue.config.js Migrate vue to npm package 2022-02-08 08:35:25 +03:00

Antimatter Dimensions

Run

To run the game locally, you will need to install Node.js (LTS suggested).

First, run the following command in your terminal (or command line) while being inside the checked out repository:

npm ci

After all the packages are installed, start up the game:

npm run serve

This will make the game served via your localhost, and the playable link will be displayed in your terminal. The server doesn't need to be restarted after you've made changes - just reload the page. The server can occasionally crash, so check your terminal from time to time and run serve again if needed.