https://dsfolio-v1.vercel.app/
- Clone the repository
git clone https://github.com/dsbalico/dsfolio-v1.git
- Change into the project directory
cd dsfolio-v1
- Install dependencies
yarn install
To start the development server and view the project in your browser, run the following command:
yarn dev
Visit http://localhost:5173/ in your browser
- You can change content of the website at
/data/user_info.js
- Change the Google Analytics MEASUREMENT ID at
index.html
to your own.
Feel free to contribute to this project by opening issues or submitting pull requests. Your feedback is highly appreciated!
- Before deploying this website, please remove or update the Google Analytics MEASUREMENT ID in
index.html
- If you find this project useful, consider leaving a star. Thank you! 😊