https://github.com/evolvedbinary/eb-website
Evolved Binary Website
https://github.com/evolvedbinary/eb-website
Last synced: 4 months ago
JSON representation
Evolved Binary Website
- Host: GitHub
- URL: https://github.com/evolvedbinary/eb-website
- Owner: evolvedbinary
- Created: 2020-05-13T19:54:50.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2025-07-30T09:14:36.000Z (11 months ago)
- Last Synced: 2025-08-30T05:41:53.059Z (10 months ago)
- Language: HTML
- Size: 19.9 MB
- Stars: 0
- Watchers: 3
- Forks: 1
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Evolved Binary Website
[](https://travis-ci.com/evolvedbinary/eb-website)
These are the files that generate the https://www.evolvedbinary.com website.
## Getting Started
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.
### Requirements
* NodeJS 10.16+
* NPM 6.14+
### Installing
From your Terminal, run:
```bash
git clone https://github.com/evolvedbinary/eb-website.git
cd eb-website
npm install -g gulp-cli
npm install
```
### Building
If you want to build a distribution for uploading to the webserver you can run:
```bash
gulp
```
The `dist/` folder will contain the generated website, which was built from the `src/` folder.
### Running
If you want to run a copy of the website locally with support for a live-editing-update loop, run:
```bash
gulp watch
```
## Authors
The initial design was created under contract by - [Craig Steel Design](https://craigsteel-design.com)