Skip to content

deegles/cookietime

Repository files navigation

Getting started

  1. Clone the repo (get credentials from IAM) or go to 1.a
git clone https://yourRepoURL

a. Initialize a new repo, go to step 3

mkdir yourRepo
cd yourRepo
git init
  1. Switch to project directory
cd yourRepo
  1. Make sure your git user name and email are correct
>git config user.name && git config user.email
deegles
diego@vokkal.co
  1. Make sure npm and node are installed
> node -v && npm -v
  v6.9.5
  3.10.10
  1. Install dependencies
npm install
npm install -g webpack
  1. Set up an AWS profile (make sure the AWS CLI is installed)
aws configure --profile cookietime
  1. Run the build
npm run build
  1. Deploy to AWS
npm run deploy

Releases

No releases published

Packages

No packages published