Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/aurora-is-near/doc.aurora.dev
The source repository for the Aurora documentation website.
https://github.com/aurora-is-near/doc.aurora.dev
Last synced: 2 days ago
JSON representation
The source repository for the Aurora documentation website.
- Host: GitHub
- URL: https://github.com/aurora-is-near/doc.aurora.dev
- Owner: aurora-is-near
- License: cc0-1.0
- Created: 2021-04-21T17:33:34.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2024-12-20T13:42:21.000Z (15 days ago)
- Last Synced: 2024-12-20T13:45:40.645Z (15 days ago)
- Language: JavaScript
- Homepage: https://doc.aurora.dev
- Size: 27.9 MB
- Stars: 36
- Watchers: 22
- Forks: 39
- Open Issues: 20
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Authors: AUTHORS
Awesome Lists containing this project
README
# Aurora Documentation
[![Project license](https://img.shields.io/badge/License-Public%20Domain-blue.svg)](https://creativecommons.org/publicdomain/zero/1.0/)
[![Discord](https://img.shields.io/discord/490367152054992913?label=Discord)](https://discord.gg/jNjHYUF8vw)
[![Linter](https://github.com/aurora-is-near/doc.aurora.dev/workflows/Linter/badge.svg)](https://github.com/aurora-is-near/doc.aurora.dev/actions?query=workflow%3ALinter)## Prerequisites
- [Node] 16.13+
## Development
```console
$ git clone https://github.com/aurora-is-near/doc.aurora.dev.git$ cd doc.aurora.dev
$ curl -fsSL https://get.pnpm.io/install.sh | sh -
$ pnpm i
$ pnpm start
```## Deployment
The docs are automatically built and deployed to [doc.aurora.dev](https://doc.aurora.dev/) with each commit to `master`.
[Node]: https://nodejs.org