The website version of YouTube concept design using vue.js
Avdan’s YouTube Concept
This is the website version of YouTube concept design made by Avdan
Contributing
Pull requests are welcome. Issues are preffered for advices or new ideas. Please test your changes before opening pull requests.
Running locally
You need Node.js to be installed in your system.
- Clone the repository using
git clone https://github.com/tarikcoskun/avdans-youtube-concept
- Install modules using
yarn
ornpm install
- Start the project in development mode:
yarn dev
ornpm run dev