Skip to content

madebymany/front-end-london

Repository files navigation

Front-end London

Netlify Status

The community website for FEL, an event hosted by Made by Many.

This site is built with Gatsby and deployed to Netlify.

Development

  1. Install dependencies
npm install
  1. Run in development
npm run start
  1. Confirm production builds locally when ready to commit
npm run build
# Launch local webserver
serve public

Adding an Event

  1. Add an event json file to the /content folder with the relevant talks for that event. Image assets should be added to the respective /assets/images/speakers/**/*/ folder.

  2. Test the event by building the project and serving locally.

npm run start
  1. Commit to master will trigger a build on Netlify.

Updating past talks

When video/slide assets are ready we can update the past talks with asset links. Video links that are hosted on Youtube will have their posters pulled automatically during bootstrap. If the video is not hosted on Youtube, you should manually add the video to /assets/images/posters.