In this repository, you can find the code that runs on mekayalar.com. This software is hosted on Vercel.
The installation is quite simple, first clone the repository:
git clone https://github.com/merchizm/mekayalar.com.git
After cloning, install the required modules:
npm install
After installing your modules, create a .env
file in the main directory, with the following contents:
After creating your .env
file, you need to customize the src/lib/siteConfig.js
file to your needs. After customization, you can run the project: (I forgot the Spotify API, you can get that from here)
npm run dev
## for production
npm run build
## for preview after first build
npm run preview
Special thanks to Zeynep for helping me develop this project.