Skip to content

karopka/event-countdown

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Event Date Countdown

Pluk Countdown

This should be a ReactJS webapp deployed somewhere

Local Development

Run Dev Server

yarn start

Run Tests

yarn test

Deploy

The deploy happens by coping prebuilt static version of the website to previously configured to host websites S3 bucket.

Manual

a file scripts/secrets.config should be existing with the following content:

profile="name of aws profile from ~/.aws/credentials file"
path="name of S3 bucket where to deploy (copy) the website's files"

To build and deploy to prod run

scripts/deploy.sh

CD

TBD

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 89.5%
  • CSS 6.7%
  • HTML 2.6%
  • Shell 1.2%