https://github.com/drawveloper/futuredriven.dev
Homepage and blog using Deno, Qwik and Notion.
https://github.com/drawveloper/futuredriven.dev
Last synced: over 1 year ago
JSON representation
Homepage and blog using Deno, Qwik and Notion.
- Host: GitHub
- URL: https://github.com/drawveloper/futuredriven.dev
- Owner: drawveloper
- Created: 2022-02-09T22:40:40.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2022-06-18T21:16:25.000Z (about 4 years ago)
- Last Synced: 2025-02-28T14:05:35.508Z (over 1 year ago)
- Language: TypeScript
- Size: 2.34 MB
- Stars: 5
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# futuredriven.dev
Landing pages and blog engine for Future Driven sites:
- futuredriven.dev
- futuredriven.blog
- futuredriven.capital
Runs on Deno and Deno Deploy.
### Running locally
Create a `.env` file to add tokens and enable live reload:
```
BUILDER_API_KEY=...
NOTION_TOKEN=...
NOTION_POSTS_DB=...
ENABLE_LIVE_RELOAD=true
```
Run:
`deno task dev`