Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/itprokyle/wedding.finley.sh
https://github.com/itprokyle/wedding.finley.sh
Last synced: 16 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/itprokyle/wedding.finley.sh
- Owner: ITProKyle
- License: apache-2.0
- Created: 2020-08-03T23:55:56.000Z (over 4 years ago)
- Default Branch: ENV-dev
- Last Pushed: 2023-09-28T02:11:16.000Z (over 1 year ago)
- Last Synced: 2024-12-10T11:56:34.836Z (23 days ago)
- Language: TypeScript
- Homepage: https://wedding.finley.sh
- Size: 2.23 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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._