archistar-app

Project setup

yarn install

Compiles and hot-reloads for development

yarn serve

Compiles and minifies for production

yarn build

Env variable

Enter the MAPBOX_API_KEY and MAPBOX_MAP_STYLE environment variables. 
A sample example is provided in .env.local

Lints and fixes files

yarn lint:eslint to lint js files
yarn lint:stylelint to lint css/scss files
yarn lint:fix to fix all

Customize configuration

See Configuration Reference.