You can see this project on Github Pages: Website
To run this project with configuration firstly you need Node.js.
Then simply clone this repository:
git clone https://github.com/SpekalsG3/HTMLPractice.git
Open command prompt or terminal in created folder. Next install all dependencies:
npm install
And run project:
npm run dev
To build project for production run following command:
npm run build
Project will be built in "dist" folder.