Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/kwei/notes
- Owner: kwei
- License: mit
- Created: 2024-02-29T03:37:18.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2024-04-14T03:14:05.000Z (7 months ago)
- Last Synced: 2024-04-14T04:22:35.515Z (7 months ago)
- Topics: giscus, nextjs14, notion-database, react18, tailwindcss, typescript, vercel
- Language: TypeScript
- Homepage: https://notes-kweis-projects.vercel.app/
- Size: 563 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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=
```