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.
- Host: GitHub
- URL: https://github.com/mongodb/design
- Owner: mongodb
- Created: 2015-02-12T21:11:45.000Z (over 11 years ago)
- Default Branch: staging
- Last Pushed: 2024-12-15T07:54:03.000Z (over 1 year ago)
- Last Synced: 2024-12-20T20:04:26.856Z (over 1 year ago)
- Language: TypeScript
- Homepage: https://mongodb.design
- Size: 6.44 MB
- Stars: 36
- Watchers: 17
- Forks: 9
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
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).