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
- Host: GitHub
- URL: https://github.com/biodasturchi/docs
- Owner: biodasturchi
- License: mit
- Created: 2022-11-22T19:22:59.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2025-02-02T10:42:16.000Z (4 months ago)
- Last Synced: 2025-03-26T20:01:38.336Z (about 2 months ago)
- Topics: molecular-biology, molecular-docking, molecular-dynamics, typescript, vitepress-blog, vue
- Language: TypeScript
- Homepage: https://docs-8wz1mptd9-biodasturchi.vercel.app/
- Size: 23.9 MB
- Stars: 4
- Watchers: 1
- Forks: 1
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
- Security: SECURITY.md
Awesome Lists containing this project
README
![]()
Biodasturchi

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.gitcd 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
```