Files
santaspeen.ru-blog/README.md
T
Artur Akmalov f5df17a9b3 test
2023-05-22 01:15:02 +05:00

36 lines
640 B
Markdown

<h2 align="center">
Личный блог для записей
</h2>
<pre align="center">
Build with 🦖<a href="https://docusaurus.io/">Docusaurus</a>
</pre>
<pre align="center">
<a href="https://test.akmalov.com">🖥 Online Preview</a>
</pre>
## Local Development
Git clone this project into local
```shell
git clone https://github.com/akmalovaa/akmalov.com.git
cd mxsm-website
```
then update
```shell
npm update --force
```
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.