Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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.

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
```