Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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)