diff --git a/README.md b/README.md index 05aa9fc..c00da50 100644 --- a/README.md +++ b/README.md @@ -1,41 +1,34 @@ -# Website +
+ 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=