kamilcraft.com/README.md
2023-08-06 00:26:28 +02:00

33 lines
665 B
Markdown

# kamilcraft.com
The project concerns a private website at [https://kamilcraft.com](https://kamilcraft.com). The website contains information about me and my projects.
I used Vue.js in the project. Some of the content is static. The information about the projects is retrieved from the [API](https://github.com/kamilniemczycki/kamilcraft-api).
## Dependency installation
```
npm install --legacy-peer-deps
```
### Development
```
npm run dev
```
Application should be available under `127.0.0.1:5173` or `localhost:5173`.
### Compilation
```
npm run build
```
The executable files should be in the `dist` folder.
### Code formatting
```
npm run lint
```