Go to file
Donaldino7712 50f75592a9 Improve sacrifice with r118 and sac auto
Co-authored-by: HexaVault <44529573+HexaVault@users.noreply.github.com>
2024-06-28 10:54:51 +01:00
.github Create stale.yml 2023-07-18 00:38:54 +02:00
build Implement Firebase config management via GitHub Actions secrets 2023-05-05 16:40:48 +02:00
public Update styles.css 2024-05-11 19:33:05 +07:00
src Improve sacrifice with r118 and sac auto 2024-06-28 10:54:51 +01: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
.env.development Add a VUE_APP_DEV flag to npm run serve 2022-12-05 01:09:53 +01:00
.env.master Add release build config 2022-11-30 01:03:24 +01:00
.env.steam-development Add Steam build commands 2023-02-16 20:17:23 +01:00
.env.steam-release Fix inconsistencies with master 2023-02-16 22:09:20 +01:00
.eslintignore Merge javascripts folder into src folder 2023-02-18 20:51:23 +01:00
.eslintrc.json remove the no-bitwise rule and all the eslint-disable-rule stuff 2022-08-04 19:02:39 +03:00
.gitattributes Create .gitattributes 2019-04-02 09:46:30 +03:00
.gitignore Simplify playfab 2023-02-14 12:02:41 +01:00
.stylelintignore add stylelint, configure, and apply changes 2022-05-14 02:40:15 -07:00
.stylelintrc.json Merge pull request #2602 from IvarK/somewhat-standardize-keyframe-names 2022-05-19 06:15:50 -07:00
babel.config.js Integrate Webpack and Babel via Vue CLI 2021-11-14 18:52:45 +03:00
jsconfig.json fix weird jsconfig error in vscode 2022-04-24 19:17:24 -07: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 memfs package to fix serve on node 18 2023-07-21 16:59:06 +02:00
package.json Add memfs package to fix serve on node 18 2023-07-21 16:59:06 +02:00
README.md Add memfs package to fix serve on node 18 2023-07-21 16:59:06 +02:00
vue.config.js Add Steam build commands 2023-02-16 20:17:23 +01: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.