Thanks to visit codestin.com
Credit goes to github.com

Skip to content

euirim/election-trends-2020

Repository files navigation

election-trends-2020

Title election-trends-2020
Developer Euirim Choi
Link https://projects.euirim.org/2020-twitter-election/

Usage

To start the development server, run gulp.

$ gulp

Publishing

Publishing involves three steps:

  1. Preview the rendered page by triggering the same render process as in production using a local server inside the dist folder.
$ gulp preview
  1. Publish to the staging bucket.
$ gulp publish
  1. If everything checks out, publish to production.
$ gulp publish --production
  1. 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

About

The frontend for an app that tracks 2020 U.S. presidential candidates' prominence on social media.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published