Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/itprokyle/wedding.finley.sh


https://github.com/itprokyle/wedding.finley.sh

Last synced: 16 days ago
JSON representation

Awesome Lists containing this project

README

        

# wedding.finley.sh

**Development Site:** [https://wedding.dev.finley.sh](https://wedding.dev.finley.sh)

**Production Site:** [https://wedding.finley.sh](https://wedding.finley.sh)

## Usage

This repo uses a Makefile to simplify actions.

| target | description |
|:--------:|:--------------------------------------:|
| `deploy` | deploy to the current environment |
| `help` | show help message |
| `sync` | create and/or sync virtual environment |

## Testing Locally

The static site can be run locally by changing directory into `staticsite.web` and running `npm start`.

_note: `npm install` needs to be run prior to the first usage of the above command and any time dependencies change._