# install dependencies
$ yarn
# serve with hot reload
$ yarn dev
# build for production and launch server
$ yarn build
$ yarn start
# generate static project
$ yarn generate
prod branch is automatically deployed to https://www.asociatiacommunity.ro
- Bump the version and tag
$ npm version [minor|major|patch]
- Merge changes to prod
$ git checkout prod
$ git merge master
$ git push
Amplify will automatically deploy the changes.
The source code used to format and display the content of this website is licensed under the MIT license while the content is licensed under the Creative Commons Attribution Share Alike 4.0 International license.