Main website for Dock developer program.
Website is built with Jekyll (https://jekyllrb.com/docs/) and webpack (https://webpack.js.org/).
In order to run the app in development mode, you must have docker installed. (https://www.docker.com/get-started)
Website is styled using tailwindcss (https://tailwindcss.com/), daisyui (https://daisyui.com/) and heroicons (https://heroicons.com).
Styles can be modified in webpack/style.css
file.
make setup # starts the docker container and installs all necessary packages
make up # starts webite in development mode
make down # removes old containers
make up
open http://localhost:4000
make build-assets
Website is deployed automaticaly after you merge your branch into the main
branch.