I'm Dresan, and here you'll find my portfolio, skills, contact information, and blog. Explore my work and contact me if you have a project in mind.




To run this project, you will need to add the following environment variables to your .env.* file.
HOST_URL
FORM_ID
SPOTIFY_REFRESH_TOKEN
SPOTIFY_CLIENT_ID
SPOTIFY_CLIENT_SECRET
Run the following commands in the terminal
cd minestyle
# Or the name you gave the project when cloning the repository
# Install dependencies
npm install
# or
pnpm install # recommended
# or
yarn install
# Run dev server
npm dev
# or
pnpm dev
# or
yarn dev