THIS IS NOT AN ORIGINAL DESIGN.
Just copying some random websites i encounter to practice my frontend skills.
Built using ViteJS and TailwindCSS.
You can see the website at: https://elvarp.github.io/bistre-html5-template-portfolio
First clone the project
git clone https://github.com/ElvarP/bistre-html5-template-portfolio.git
Then run npm install to install all the dependencies.
npm install
After that you can start the dev server and build the website to the docs folder.
npm run dev
npm run build