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

https://github.com/mongodb/design

Source code for MongoDB.design, LeafyGreen's official documentation site.
https://github.com/mongodb/design

Last synced: 8 months ago
JSON representation

Source code for MongoDB.design, LeafyGreen's official documentation site.

Awesome Lists containing this project

README

          

# LeafyDocs

```bash
pnpm install && pnpm dev
```

## 401 Errors

If you encounter 401 errors during `pnpm install`, check the following:

- Ensure you are logged into Artifactory on your local machine.
- Verify that your `~/.npmrc` file includes the correct credentials and permissions.

For detailed guidance, refer to the [permissions setup instructions](https://github.com/10gen/leafygreen-ui-private/blob/main/README.md#permissions).