Skip to content

Latest commit

 

History

History
46 lines (32 loc) · 1.23 KB

File metadata and controls

46 lines (32 loc) · 1.23 KB

Personal web

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.

Screenshots

image image image image

Environment Variables

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 development server

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