https://github.com/vspacecode/vspacecode.github.io
VSpaceCode website
https://github.com/vspacecode/vspacecode.github.io
Last synced: about 8 hours ago
JSON representation
VSpaceCode website
- Host: GitHub
- URL: https://github.com/vspacecode/vspacecode.github.io
- Owner: VSpaceCode
- Created: 2020-09-02T20:44:12.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2024-11-03T20:12:04.000Z (6 months ago)
- Last Synced: 2025-04-06T18:50:29.531Z (25 days ago)
- Language: JavaScript
- Homepage: https://vspacecode.github.io
- Size: 8.58 MB
- Stars: 3
- Watchers: 3
- Forks: 23
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
Awesome Lists containing this project
README
# VSpaceCode Website
This website is built using the [Docusaurus 2](https://v2.docusaurus.io/) static website generator.
## Installation
```sh
npm install
```## Local Development
```sh
npm start
```This command starts a local development server and open up a browser window. Most changes are reflected live without having to restart the server.
## Build
```sh
npm run build
```This command generates static content into the `build` directory and can be served using any static contents hosting service.
## Lint
```sh
npm run lint
```This command runs [markdown lint](https://github.com/igorshubovych/markdownlint-cli).
Use it to check if the markdown you have written adheres to [our](.markdownlint.yaml) style.