One Paragraph of project description goes here
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.
image: node:6 | |
pages: | |
stage: deploy | |
script: | |
- npm install | |
- npm run build | |
- mkdir .public | |
- cp -r dist/* .public | |
- mv .public public |
# Description # | |
Please include a summary of the change and which issue is fixed. Please also include relevant motivation and context. List any dependencies that are required for this change. | |
Fixes # (tickets) | |
## Type of change ## | |
Please delete options that are not relevant. |