Note all urls here and in settings.js are for the preview 1 release. These will need to be changed when the site goes live in production.
Register an account on http://bkp1.azurewebsites.net/
Create a new app on http://bkp1.azurewebsites.net/apps
Change settings in the index.html file You will see your App Id on the apps page
settings = {
AppId: 'APP_ID',
AppName: 'NAME_OF_YOUR_APP',
AppUrl: 'URL_OF_YOUR_APP'
}
npm install
npm run build
# install dependencies
npm install
# serve with hot reload at localhost:8080
npm run dev
# build for production with minification
npm run build
# build for production and view the bundle analyzer report
npm run build --report
# run unit tests
npm run unit
# run e2e tests
npm run e2e
# run all tests
npm test
Deploy the dist folder generated after npm run build
on Github, Heroku or your own server.
You can submit pull requests for features or bug fixes. There's a list of issues marked with the Front-end label which should be able to be implemented without anything else being added to back end. You can also submit code for features or fixes not on the issues list if you find something yourself.