The website for Chaotic backup
Go to file
Magesofthebeach 8209ad3b5e
Added more packs and fixed bug
Fixed bug where you could pull starter deck exclusives from booster packs
Added in support for opening Premium Edition 1 and Organized Play 1
2020-02-29 15:01:02 -05:00
build Changed Marillian and Minions to Marillians and minion 2020-02-03 21:43:49 -05:00
src Added more packs and fixed bug 2020-02-29 15:01:02 -05:00
.eslintrc.js mugic player beta #28 2019-12-09 14:50:33 -05:00
.gitignore [update] dependencies to [fix] build failure 2019-05-13 17:28:20 -04:00
.nojekyll Add SPA for GitHub Pages boilerplate 2017-04-27 15:03:28 -04:00
404.html improve chunking; fix portal css; fix dependency update issues 2019-09-26 15:52:42 -04:00
chaotic-portal.sublime-project [add] lokijs in-memory database 2017-10-23 00:21:14 -04:00
favicon.ico Reduced Header code 2017-04-28 19:08:09 -04:00
index.dev.html improve chunking; fix portal css; fix dependency update issues 2019-09-26 15:52:42 -04:00
index.html wip simple cases work 2019-12-06 16:54:54 -05:00
jsconfig.json update dependencies; fix linting 2019-09-25 16:43:36 -04:00
LICENSE playing around with routes 2017-04-27 17:26:44 -04:00
package-lock.json updated pack lore 2019-12-18 12:39:23 -05:00
package.json updated packages for security warning 2019-12-17 12:27:04 -05:00
README.md simplified readme instructions 2019-04-22 22:20:11 -04:00
tsconfig.json wip simple cases work 2019-12-06 16:54:54 -05:00
webpack.config.babel.js mugic player beta #28 2019-12-09 14:50:33 -05:00

Dev Instructions

Have Nodejs (node installation) installed on your machine. Then navigate to the top level of the project in a run npm install

Development Running

To run the website locally

npm start

Production Building

To have your changes reflected on the live website, you first need to build/bundle the javascript and css

npm run build

Then pushing/merging these changes into master will update the website