This code generates a static website that serves as the main landing page for the project from the Internet. Its job is to inform, document, and guide users looking to use or contribute to the project.
On first install or when dependencies change in package.json, run
npm installTo start a local development server on port 8000, run
npm startTo create a production build in the public/ directory, run
npm run buildYou need to execute npm run build once before running the compose script.
./init-docker.sh
docker-compose up -dThe site should now be available at http://localhost and https://localhost.
TLS is available with automatic Let's Encrypt certificate request and renewal. Change VIRTUAL_HOST=localhost in .env, replacing localhost with your FQDN.
- Gatsby
- Redux
- React
- bootswatch - currently using the Lux theme
- redux-saga
- bootstrap
- react-bootstrap