kamilcraft.com/README.md

26 lines
408 B
Markdown

# kamilcraft.com
Project of my website - portfolio
The project uses a closed API at https://api.kamilcraft.com
## Dependency installation
```
npm install
```
### 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
```