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

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

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.