Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mymonero/mymonero-app-site
The MyMonero website
https://github.com/mymonero/mymonero-app-site
jekyll mymonero
Last synced: about 2 months ago
JSON representation
The MyMonero website
- Host: GitHub
- URL: https://github.com/mymonero/mymonero-app-site
- Owner: mymonero
- License: bsd-3-clause
- Created: 2017-09-28T18:44:15.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2024-07-25T09:36:50.000Z (5 months ago)
- Last Synced: 2024-07-25T11:01:46.107Z (5 months ago)
- Topics: jekyll, mymonero
- Language: HTML
- Homepage: https://mymonero.com
- Size: 2.46 MB
- Stars: 8
- Watchers: 4
- Forks: 8
- Open Issues: 10
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# MyMonero Website
MyMonero WebsiteThis is the MyMonero website source for https://mymonero.com.
Written with Jekyll, SCSS, HTML, and Javascript
-----
## Installation### Pre-requisites
Install Ruby. [Ruby Installation Documentations](https://www.ruby-lang.org/en/documentation/installation/)
Install bundler
```bash
gem install bundler
```### Setup
Clone or download this repo.
```bash
git clone https://github.com/mymonero/mymonero-app-site.git
cd mymonero-app-site
```Run the bundle installer
```bash
bundle install
```Start the development server
```bash
bundle exec jekyll serve
```
## Contributing### Testing
Please submit any bugs as Issues unless they have already been reported.
## Authors
* 💱 j_karlos (Karl Buys) Maintainer* 🍕 Tekkzbadger (Devin Pearson) Maintainer
* 👨🚀 `endogenic` ([Paul Shapiro](https://github.com/paulshapiro)) Former core maintainer
* ⚡️ `mds` ([Matt Smith](http://mds.is)) Website v1 designer
* ⛄️ `tfi_charmers` Built v1 jekyll site; Bug fixes & design guidance
-----
## License and CopyrightsSee `LICENSE.txt` for license.
All app source code and assets copyright © 2014-2021 by MyMonero. All rights reserved.