kamilcraft.com/README.md
Kamil Niemczycki 7475bb5671
Upgrade to vue 3 (#1)
* updated dependencies

* updated readme

* upgrade to vue 3

* updated buttons

* duplicate id removed

* updated contact
2022-07-13 09:48:44 +02:00

26 lines
475 B
Markdown

# 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
```