This is the PantherX Website.
Create a project.config
file with the following content (AWS_*
only for S3):
AWS_ACCESS_KEY_ID=
AWS_SECRET_ACCESS_KEY=
AWS_CLOUDFRONT_DISTRIBUTION_ID=
AWS_DEFAULT_REGION=
AWS_S3_BUCKET=
CONTAINER=
Run Docker, develop and deploy with:
bash run.sh
Ensure you have the following applications configured:
node.js
(withnpm
)bundler
(ruby)
Install development dependencies:
npm install
bundle install --path vendor
Compile assets:
node_modules/.bin/gulp
Run the site (live-compile)
bundle exec jekyll serve