- NodeJS v11.4.0 or higher
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.
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.
Currently, release has to be done locally.
- Make sure that local master branch is up to date.
- Make sure that no development server is running.
- Make sure that you have set
.fpt_setting
's content properly. Please see an example. - Run
npm version [major|minor|patch]
. - Run
npm run release
. You have to type the FTP password manually.
This is built on Gatsby.