From f516ee290bd956c8b270f1f1ef3c9538e2a2b270 Mon Sep 17 00:00:00 2001 From: Kamil Niemczycki Date: Mon, 18 Oct 2021 10:30:26 +0200 Subject: [PATCH] Update README.md --- README.md | 15 +++++++++------ 1 file changed, 9 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index a7ee80b..a37a19a 100644 --- a/README.md +++ b/README.md @@ -1,22 +1,25 @@ -# kamilcraft-master projekt -Projekt mający na celu przedstawienie mojej wykonanej treści i moich projektów publicznych. +# kamilcraft.com +Project of my website - portfolio +The project uses a closed API at https://api.kamilcraft.com -## Instalcja paczek do projektu +## Dependency installation ``` npm install ``` -### Kompilacja i rekompilacja w czasie projektowania +### Development ``` 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 ``` +The executable files should be in the `dist` folder. -### Formatowanie treści kodu +### Code formatting ``` npm run lint ```