From da04a355acf658b7ab57fbf03722837a94660170 Mon Sep 17 00:00:00 2001 From: Kamil Niemczycki Date: Sun, 6 Aug 2023 00:26:28 +0200 Subject: [PATCH] - update readme --- README.md | 15 +++++++++++---- 1 file changed, 11 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 9113794..c9cb904 100644 --- a/README.md +++ b/README.md @@ -1,25 +1,32 @@ # kamilcraft.com -Project of my website - portfolio -The project uses the [API](https://github.com/kamilniemczycki/kamilcraft-api) at https://api.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 serve +npm run dev ``` -Application should be available under `127.0.0.1:8080` or `localhost:8080`. +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 ```