Update README.md
This commit is contained in:
parent
aac5c6897e
commit
f516ee290b
15
README.md
15
README.md
@ -1,22 +1,25 @@
|
|||||||
# kamilcraft-master projekt
|
# kamilcraft.com
|
||||||
Projekt mający na celu przedstawienie mojej wykonanej treści i moich projektów publicznych.
|
Project of my website - portfolio
|
||||||
|
The project uses a closed API at https://api.kamilcraft.com
|
||||||
|
|
||||||
## Instalcja paczek do projektu
|
## Dependency installation
|
||||||
```
|
```
|
||||||
npm install
|
npm install
|
||||||
```
|
```
|
||||||
|
|
||||||
### Kompilacja i rekompilacja w czasie projektowania
|
### Development
|
||||||
```
|
```
|
||||||
npm run serve
|
npm run serve
|
||||||
```
|
```
|
||||||
|
Application should be available under `127.0.0.1:8080` or `localhost:8080`.
|
||||||
|
|
||||||
### Kompilacja i wrzucenie do folderu finalnego
|
### Compilation
|
||||||
```
|
```
|
||||||
npm run build
|
npm run build
|
||||||
```
|
```
|
||||||
|
The executable files should be in the `dist` folder.
|
||||||
|
|
||||||
### Formatowanie treści kodu
|
### Code formatting
|
||||||
```
|
```
|
||||||
npm run lint
|
npm run lint
|
||||||
```
|
```
|
||||||
|
Loading…
x
Reference in New Issue
Block a user