mirror of
https://github.com/IvarK/AntimatterDimensionsSourceCode.git
synced 2024-11-10 06:02:13 +00:00
bcf3448a9f
- Link to isue on discord: https://canary.discord.com/channels/351476683016241162/1136692798167449672 - With one inventory slot, the `hasSpace` check would attempt to check if `1 > 1`, which is false -- meaning the reality modal would show the player that they had no space in their inventory. |
||
---|---|---|
.github | ||
build | ||
public | ||
src | ||
.browserslistrc | ||
.editorconfig | ||
.env.development | ||
.env.master | ||
.env.steam-development | ||
.env.steam-release | ||
.eslintignore | ||
.eslintrc.json | ||
.gitattributes | ||
.gitignore | ||
.stylelintignore | ||
.stylelintrc.json | ||
babel.config.js | ||
jsconfig.json | ||
LICENSE | ||
MonospaceTypewriter.sfd | ||
package-lock.json | ||
package.json | ||
README.md | ||
vue.config.js |
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.