Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/formspree/statickit-zeit
StaticKit + ZEIT integration
https://github.com/formspree/statickit-zeit
statickit zeit
Last synced: about 2 months ago
JSON representation
StaticKit + ZEIT integration
- Host: GitHub
- URL: https://github.com/formspree/statickit-zeit
- Owner: formspree
- Created: 2019-08-27T17:55:39.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2024-10-06T05:23:28.000Z (4 months ago)
- Last Synced: 2024-10-24T16:49:13.060Z (3 months ago)
- Topics: statickit, zeit
- Language: JavaScript
- Homepage: https://statickit-zeit.unstacked.now.sh
- Size: 274 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# StaticKit + ZEIT Now Integration
This ZEIT addon connects with a StaticKit account and allows you to create and manage forms from the ZEIT interface.
## Development Environment
Install dependencies:
```
npm install
```Then, copy the `.env.template` file to `.env` and populate with your local env variables:
```
cp .env.template .env
```Finally, use `now dev --listen 5005` to boot it up locally.
In production, use Now Secrets to populate the environment variables.