# kamilcraft.com Project of my website - portfolio The project uses the [API](https://github.com/kamilniemczycki/kamilcraft-api) at https://api.kamilcraft.com ## Dependency installation ``` npm install --legacy-peer-deps ``` ### Development ``` npm run serve ``` Application should be available under `127.0.0.1:8080` or `localhost:8080`. ### Compilation ``` npm run build ``` The executable files should be in the `dist` folder. ### Code formatting ``` npm run lint ```