This is a static site that contains the Jewelbots homepage, available at Jewelbots.com.
To 'build' the site:
On MAC OS X:
- Install Homebrew
- Clone repository
- Run these commands:
chmod +X ./bootstrap.sh
sudo ./bootstrap.sh
./build.sh -e dev
The site (by default) launches under http://localhost:3000
.
The build.sh file is used to deploy the static site to local dev boxes and Elastic Beanstalk. As part of the elastic beanstalk deployment, it:
- runs
gulp build
- Creates a tag based on current state of app with references to minified CSS, and pushes that tag.
- Deploys code to Elastic Beanstalk.
./build.sh -e dev
./build.sh -e prod
Pull requests and contributions welcome.
Please note that this project is released with a Contributor Code of Conduct. By participating in this project you agree to abide by its terms.
There seems to be an issue with the Bootstrap script, so if you experience an issue with Express and the mc.json file, edit that file to ensure there is only one key:value set in the file. Hopefully they will repair!