In order to run develop, I've added a docker-compose.yml
file which can be started with the command:
docker-compose up --build -d
After which, you browse to localhost:3000 to view the site. Once development is over, you should bring down the docker container with the command:
docker-compose down
Please fill out the json located in src/content/keynotes.json
and add pictures to src/static/speakers
.
Please fill out the json located in src/content/speakers.json
and add pictures to src/static/speakers
.