https://github.com/defstream/just-copy-hectorgray.com
The create your own hectorgray.com website app.
https://github.com/defstream/just-copy-hectorgray.com
Last synced: over 1 year ago
JSON representation
The create your own hectorgray.com website app.
- Host: GitHub
- URL: https://github.com/defstream/just-copy-hectorgray.com
- Owner: defstream
- License: isc
- Created: 2016-01-03T05:51:46.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2024-07-02T09:00:58.000Z (almost 2 years ago)
- Last Synced: 2025-03-24T01:52:11.680Z (over 1 year ago)
- Language: JavaScript
- Homepage: http://www.hectorgray.com
- Size: 7.9 MB
- Stars: 3
- Watchers: 2
- Forks: 1
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# hectorgray.com
This is the React JS web application for www.hectorgray. All pull requests are welcome.
# Installation
If you wish to use this for your own site, don't go throw the trouble of just scraping & pasting. Just install and update the index.html, then deploy to your own hosting provider. The components section details the elements within the index.html that you should update to customize this site for you.
```shell
$ npm install just-copy-hectorgray.com
```
# Components
### menu-bar
### menu-section
### menu-item
### main-window
### video-background
### google-page-view
# Theme
# Development Scripts
Before running any development scripts, be sure to first install the dev modules.
```shell
$ npm install just-copy-hectorgray.com --save --dev
```
#### Build Website
This will generate the html that you can publish to your hosting provider in the ./build folder.
```shell
$ npm run build
```
#### Build Documentation
Outputs code documentation files to the `./doc/api` folder.
```shell
$ npm run doc
```
#### Static Analysis
Outputs static analysis files to the `./doc/analysis` folder.
```shell
$ npm run analyze
```
#### Test + Coverage
Outputs code coverage files to the `./doc/coverage` folder.
```shell
$ npm run test
```
Questions or comments can also be posted on the just-copy-hectory.com Github issues page.
### Maintainers
Hector Gray (Twitter: @defstream)
### Contribute
Pull Requests welcome. Please make sure all tests pass:
```shell
$ npm test
```
Please submit Github issues for any feature enhancements, bugs or documentation problems.
### License
Copyright (c) 2016, @DEFSTREAM
Permission to use, copy, modify, and/or distribute this software for any
purpose with or without fee is hereby granted, provided that the above
copyright notice and this permission notice appear in all copies.
THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.