Skip to content

Latest commit

 

History

History
31 lines (21 loc) · 491 Bytes

README.md

File metadata and controls

31 lines (21 loc) · 491 Bytes

demo

✨ Inspiration

This project has been heavily inspired from ironsoul.lol.

🛠 Wanna run on your machine?

  1. Clone the project

    git clone https://github.com/ta-sakin/tasakin.me
  2. Install the dependencies

    cd tasakin.me
    npm i
  3. Start the development server

    npm run dev