Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/kwei/notes

This is me using Notion as a database and integrating it into my own website. Currently, I plan to use Notion to store my research findings on various technologies. Later, I will also write my resume on Notion and integrate it as well.
https://github.com/kwei/notes

giscus nextjs14 notion-database react18 tailwindcss typescript vercel

Last synced: 18 days ago
JSON representation

This is me using Notion as a database and integrating it into my own website. Currently, I plan to use Notion to store my research findings on various technologies. Later, I will also write my resume on Notion and integrate it as well.

Awesome Lists containing this project

README

        

# Notes
![npm](https://img.shields.io/badge/npm-2.0.0-blue)
> This is the website that I use to try some interesting techniques.

You can clone the project and do any adjustment you want. Just download the repository by
```bash
git clone https://github.com/kwei/Notes.git
```
And install all the dependencies by
```bash
npm install
```

Then, add the env file `.env` with following values:
```dotenv
NEXTAUTH_URL=
NEXTAUTH_URL_INTERNAL=
NEXTAUTH_SECRET=
LINE_CLIENT_ID=
LINE_CLIENT_SECRET=
MONGODB_USERNAME=
MONGODB_PASSWORD=
```