Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/duyet/okie.one
Okie.one landing page
https://github.com/duyet/okie.one
hacktoberfest nextjs notion vercel
Last synced: 29 days ago
JSON representation
Okie.one landing page
- Host: GitHub
- URL: https://github.com/duyet/okie.one
- Owner: duyet
- Created: 2021-08-21T13:15:25.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-11-15T19:17:02.000Z (about 1 month ago)
- Last Synced: 2024-11-15T20:22:33.883Z (about 1 month ago)
- Topics: hacktoberfest, nextjs, notion, vercel
- Language: TypeScript
- Homepage: https://okie.one
- Size: 556 KB
- Stars: 4
- Watchers: 1
- Forks: 1
- Open Issues: 14
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
![Okie.one](.github/screenshot/okie.png)
## Getting Started
First, create the `.env.local`:
```
NEXT_PUBLIC_GOOGLE_ANALYTICS=G-xxxxxxx
NOTION_API_KEY=secret_**************
NOTION_DATABASE_ID=************
```Run the development server:
```bash
yarn dev
```Open [http://localhost:3000](http://localhost:3000) with your browser to see the result.
## Deploy
[![Deploy with Vercel](https://vercel.com/button)](https://vercel.com/new/clone?repository-url=https%3A%2F%2Fgithub.com%2Fvercel%2Fnext.js%2Ftree%2Fcanary%2Fexamples%2Fhello-world)