Its my personal website and its my first TypeScript project so there may be issue.
If you found issue: Cwick me onyii-chan
-
Clone the repo
git clone https://github.com/Justice39/Justice39.dev.git
-
Install packages
npm install or yarn install
-
Create API Key at https://last.fm
-
Enter your Last.FM API key in
next.config.js
env: { SNOW: true, // Change this to false to disable snowStorm (It's only working in winter months) LASTFM_TOKEN: "YOUR_API_KEY", LASTFM_USERNAME: "YOUR_LASTFM_USERNAME", DISCORD_ID: "YOUR_DISCORD_ID", BORN_DATE: 2005, // Your born date for age calculation }
Social page using lanyard API, so you must join lanyard discord server for it to work
npm run dev
or
yarn dev