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

https://github.com/sweetpad-dev/sweetpad-docs

Sweetpad VSCode extension documentation website
https://github.com/sweetpad-dev/sweetpad-docs

Last synced: 8 months ago
JSON representation

Sweetpad VSCode extension documentation website

Awesome Lists containing this project

README

          

# SweetPad VSCode/Cursor Extension documentation website

I use [Docusaurus](https://docusaurus.io/) to generate this documentation website. All the actual files are in the
`docs` folder in `Markdown` format.

I'm open to contributions to this documentation 🤝. Here is the official
**[GitHub documentation](https://docs.github.com/en/get-started/exploring-projects-on-github/contributing-to-a-project)**
how to contribute to projects on GitHub.

# Installation

```
npm install
```

# Development

```bash
npm run start
```

Open [http://localhost:3000](http://localhost:3000) to view it in the browser.