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 packagesmake up # starts webite in development modemake down # removes old containersmake up
open http://localhost:4000make build-assetsWebsite is deployed automaticaly after you merge your branch into the main branch.