Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/navcoin/navcoin-org
The NavCoin.org static site
https://github.com/navcoin/navcoin-org
Last synced: about 4 hours ago
JSON representation
The NavCoin.org static site
- Host: GitHub
- URL: https://github.com/navcoin/navcoin-org
- Owner: navcoin
- License: mit
- Created: 2018-04-04T04:23:51.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2023-04-27T14:25:48.000Z (over 1 year ago)
- Last Synced: 2024-04-14T04:36:06.536Z (7 months ago)
- Language: JavaScript
- Homepage: https://navcoin.org/
- Size: 135 MB
- Stars: 5
- Watchers: 9
- Forks: 52
- Open Issues: 29
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
[![Netlify Status](https://api.netlify.com/api/v1/badges/fd773cff-cd56-4aad-842d-7aca4ff79893/deploy-status)](https://app.netlify.com/sites/navcoin/deploys)
# Navcoin.org
This repository represents navcoin.org, and is maintained by Navcoin's global community. If you wish to take part in the development of our website, or wish to update any of its content, we encourage you to create a pull request for the changes you'd like to see, and have it peer reviewed by other members of the community.
## How to contribute
1. Install [Hugo](https://gohugo.io/getting-started/installing)
2. [Fork](https://docs.github.com/en/get-started/quickstart/fork-a-repo) and [clone](https://docs.github.com/en/repositories/creating-and-managing-repositories/cloning-a-repository) this repository
3. Perform your changes and preview them on [localhost](http://localhost:1313) by executing `hugo server` from the repository's root
4. Create a pull request targeting this repository and wait for other community members to review your changes
5. Once your changes has been reviewed and approved, we'll merge it into `master`**Note**: When previewing your changes locally, please note that Hugo will automatically rebuild the site whenever a change is made.