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

https://github.com/jceb/sanctuary-dev


https://github.com/jceb/sanctuary-dev

Last synced: 7 months ago
JSON representation

Awesome Lists containing this project

README

          

# Package to simplify sanctuary development

## Setup

```bash
git clone https://github.com/jceb/sanctuary-dev.git
cd sanctuary-dev
git submodule update --init --recursive
pnpm i
```

Start development

## Switching branches

```bash
git checkout [main|jceb/esm]
git submodule update --init --recursive
pnpm i
```