/axiegg-eggstore

Shop over 8000 Axies

Primary LanguageJavaScript

Axiegg store front

Build Status

Eslint made with Airbnb config and some custom tweaks

It can be disabled in ./config-overrides.js by commenting out lines or tweaking it in ./eslintrc:

Install required node modules

  yarn install

Run the project locally with react-rewired

  yarn start

Building the project. This will create a build folder with the static front end files

  yarn build

The build and deploy is managed by TravisCI and settings are available in the

.travis.yml file.