Files
santaspeen.ru-blog/README.md
Artur Akmalov 4d4d42964d fix url
2023-05-24 03:16:34 +05:00

36 lines
634 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://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 akmalov.com
```
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.