Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rhygg/web
Source code of my personal website.
https://github.com/rhygg/web
blog next-website nextjs nextjs-blog react react-blog website
Last synced: about 1 month ago
JSON representation
Source code of my personal website.
- Host: GitHub
- URL: https://github.com/rhygg/web
- Owner: rhygg
- License: apache-2.0
- Created: 2021-10-30T03:10:25.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2022-01-07T10:23:57.000Z (about 3 years ago)
- Last Synced: 2024-05-02T03:19:48.140Z (9 months ago)
- Topics: blog, next-website, nextjs, nextjs-blog, react, react-blog, website
- Language: JavaScript
- Homepage: https://rhydderchc.tech
- Size: 315 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Personal Website
Hey :wave: feel free to look around my personal website!
**Tech stacks used**:
* react
* next.js
* chakra-ui
* spotify-api# Running locally
- Enviornment variables:
```
SPOTIFY_CLIENT_TOKEN=
SPOTIFY_CLIENT_SECRET=
SPOTIFY_REFRESH_TOKEN=
```- Installing Packages
```
npm install
```
- Running
- Dev
```
npm run dev
```
- Production
```
npm run build && npm run start
```