An open API service indexing awesome lists of open source software.

https://github.com/biodasturchi/docs

📡 Biodasturchi blog website
https://github.com/biodasturchi/docs

molecular-biology molecular-docking molecular-dynamics typescript vitepress-blog vue

Last synced: about 1 month ago
JSON representation

📡 Biodasturchi blog website

Awesome Lists containing this project

README

        



image

Biodasturchi



![img](https://img.shields.io/github/checks-status/biodasturchi/docs/main?style=plastic)

A blog template built using VitePress


## Run project locally

Use this command below to boot this project locally.

```bash
git clone https://github.com/biodasturchi/docs.git

cd docs

yarn

yarn run docs:dev
```

Visit [https://localhost:5173](https://localhost:5173) to see your site

## Build

You may run this command to build the docs

```bash
yarn run docs:build
```