diff --git a/README.md b/README.md index 05aa9fc..c00da50 100644 --- a/README.md +++ b/README.md @@ -1,41 +1,34 @@ -# Website +

+Личный блог для записей +

-This website is built using [Docusaurus 2](https://docusaurus.io/), a modern static website generator. +
+ Build with 🦖Docusaurus
+
-### Installation +
+    🖥 Online Preview
+
-``` -$ npm i +## Local Development + +Git clone this project into local + +```shell +git clone https://github.com/akmalovaa/akmalov.com.git +cd mxsm-website ``` -### Local Development +then update +```shell +npm update --force ``` -$ npm start + +local development + +```shell +npm run start ``` This command starts a local development server and opens up a browser window. Most changes are reflected live without having to restart the server. - -### Build - -``` -$ npm build -``` - -This command generates static content into the `build` directory and can be served using any static contents hosting service. - -### Deployment - -Using SSH: - -``` -$ USE_SSH=true npm deploy -``` - -Not using SSH: - -``` -$ GIT_USER= npm deploy -``` - -If you are using GitHub pages for hosting, this command is a convenient way to build the website and push to the `gh-pages` branch.