Skip to content

Latest commit

 

History

History
28 lines (21 loc) · 1.06 KB

README.md

File metadata and controls

28 lines (21 loc) · 1.06 KB

ACML 2020 Website

Development

  • NodeJS v11.4.0 or higher

Backlog

Currently, we use Google Spreadsheet for planning the development. Please see https://docs.google.com/spreadsheets/d/1aXwyOjh3820FxpYXKiTAIcFOXKm9w8WvKIlZiZB_jGk/edit?usp=drive_web&ouid=110926949660676624980.

Environments

Environment URL
Staging https://sad-wozniak-6465c2.netlify.com
Production http://www.acml-conf.org/2020/

Note: Each PR will also be automatically built by Netlify.

How to Release to Production

Currently, release has to be done locally.

  1. Make sure that local master branch is up to date.
  2. Make sure that no development server is running.
  3. Make sure that you have set .fpt_setting's content properly. Please see an example.
  4. Run npm version [major|minor|patch].
  5. Run npm run release. You have to type the FTP password manually.

Acknowledgements

This is built on Gatsby.