- Next.js
- Tailwind CSS
- Supabase
- Mdx Bundler
- SWR
- Framer Motion
Clone this repository by executing the following command :
git clone https://github.com/jagadyudha/jagad.dev.git
Execute this command :
$ yarn install
# or
$ npm install
Create .env.local
file :
STEAM_TOKEN=[YOUR STEAM TOKEN]
STEAM_ID=[YOUR STEAM ID]
SPOTIFY_BASIC=[YOUR SPOTIFY BASIC]
SPOTIFY_REFRESH_TOKEN=[YOUR SPOTIFY REFRESH TOKEN]
NEXT_PUBLIC_SUPABASE_URL=[YOUR SUPABASE URL]
NEXT_PUBLIC_SUPABASE_ANON_KEY=[YOUR SUPABASE KEY]
NEXT_PUBLIC_COMMENT_REPOID=[YOUR GISCUS REPO ID]
NEXT_PUBLIC_COMMENT_CATEGORYID=[YOUR GISCUS CATEGORY ID]
SITE_URL=[YOUR SITE URL]
Run the Project :
# dev mode
$ yarn dev
# build
$ yarn build
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
Content on jagad.dev is licensed under a Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License.
Code licensed under the MIT License.