Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/keep-network/website
The Keep network website
https://github.com/keep-network/website
blockchain cryptocurrency privacy
Last synced: about 7 hours ago
JSON representation
The Keep network website
- Host: GitHub
- URL: https://github.com/keep-network/website
- Owner: keep-network
- License: mit
- Created: 2017-08-15T22:13:44.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2024-08-19T21:16:24.000Z (5 months ago)
- Last Synced: 2024-12-27T02:08:31.921Z (8 days ago)
- Topics: blockchain, cryptocurrency, privacy
- Language: JavaScript
- Homepage: https://keep.network
- Size: 137 MB
- Stars: 13
- Watchers: 17
- Forks: 52
- Open Issues: 37
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Security: security.txt
Awesome Lists containing this project
README
# keep.network website
The Keep network website - [keep.network](https://keep.network)
This project was bootstrapped with [Create React App](https://github.com/facebookincubator/create-react-app).
Want to contribute? Check out our [guidelines](CONTRIBUTING.md).
## Development
### Setup
Install dependencies:```sh
npm install
```### Run
To run the app in the development mode:
```sh
npm run develop
```Open http://localhost:8000 to view it in the browser.
The page will reload if you make edits. You will also see any lint errors in the console.
## Deployment
Currently the site is auto-deployed on master merge to Google Cloud Storage and fronted by Cloudflare at [keep.network](https://keep.network/). Pull requests (including those created by the CMS) are auto-deployed to subdirectories at [preview.keep.network](https://preview.keep.network) by branch name.