mirror of
https://github.com/SantaSpeen/santaspeen.ru-blog.git
synced 2026-02-16 02:30:58 +00:00
36 lines
634 B
Markdown
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.
|
|
|