| Title | election-trends-2020 |
|---|---|
| Developer | Euirim Choi |
| Link | https://projects.euirim.org/2020-twitter-election/ |
To start the development server, run gulp.
$ gulp
Publishing involves three steps:
- Preview the rendered page by triggering the same render process as in production using a local server inside the dist folder.
$ gulp preview
- Publish to the staging bucket.
$ gulp publish
- If everything checks out, publish to production.
$ gulp publish --production
- If you need to invalidate files you’ve previously published in CloudFront’s cache:
$ gulp publish --invalidate
WARNING: Your dist folder will be synced to the directory specified under publishPath in meta.json. Files in AWS at that location that are not in your dist directory will be deleted.
See the docs on readthedocs for more info.
©2019 Euirim Choi