* updated dependencies * updated readme * upgrade to vue 3 * updated buttons * duplicate id removed * updated contact
26 lines
475 B
Markdown
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
|
|
```
|