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

https://github.com/snowball-tools/docs

Snowball SDK Docs
https://github.com/snowball-tools/docs

lancer markdown

Last synced: 3 months ago
JSON representation

Snowball SDK Docs

Awesome Lists containing this project

README

        

# Snowball Docs

## Development Setup

After cloning this project:

```bash
# git submodule init
# git submodule update

npm install
npm run init
npm run dev
```

This is a Lancer project. Read more at [lancer.studio](https://lancer.studio)

## Custom Tags

When writing custom tags such as ``, etc. in markdown content, be sure to surrounding newlines like this:

```html
Some content

My aside content
```

## License

[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)