Skip to content

brandonptucker/albanyrvresort.com

Repository files navigation

A static generated website hosted on AWS.

Technologies

Requirements

Installation

  1. Clone the repo
    git clone https://github.com/brandonptucker/albanyrvresort.com
  2. Change into directory
    cd albanyrvresort.com
  3. Install dependencies
    npm install
  4. Create .env file
    cp .env.example .env
  5. Start local website on http://localhost:3000
    npm run dev

Deployment

NOTE: You must install and configure AWS CLI before running the deploy npm script. Also, you probably want to make sure the environment variables are set properly in the .env file.

Generate the static site, copy to S3, and create cloudfront invalidation

npm run deploy

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages