Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/cosmoscontracts/juno-tools-docs
https://github.com/cosmoscontracts/juno-tools-docs
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/cosmoscontracts/juno-tools-docs
- Owner: CosmosContracts
- Created: 2022-02-06T14:18:56.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2022-10-26T18:24:04.000Z (about 2 years ago)
- Last Synced: 2024-04-24T03:20:42.371Z (9 months ago)
- Language: JavaScript
- Size: 70.2 MB
- Stars: 1
- Watchers: 6
- Forks: 8
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
# JunoTools docs
This website is built using [Docusaurus 2](https://docusaurus.io/).
## Contributing
Interested in contributing to JunoTools Check out [CONTRIBUTING.md](./CONTRIBUTING.md).
### Installation
```
$ yarn
```### Local Development
```
$ yarn start
```This command starts a local development server and opens up a browser window. Most changes are reflected live without having to restart the server.
### Build
```
$ yarn build
```This command generates static content into the `build` directory and can be served using any static contents hosting service.
### Deployment
Using SSH:
```
$ USE_SSH=true yarn deploy
```Not using SSH:
```
$ GIT_USER= yarn deploy
```If you are using GitHub pages for hosting, this command is a convenient way to build the website and push to the `gh-pages` branch.