Draft Studios Inital Development Workspace

Mission: Familiarize Interns with basic Bootstrap/HTML/CSS

To get started with development:

  1. Create a Fork
  2. Clone Repo onto Local Machine
  3. Ensure docker is installed
  4. Run the command docker-compose up to start the development server
  5. Navigate to localhost:4000 for development preview
  6. Develop!

Some notes:

  • You may have to delete Gemfile.lock to get the development server started
  • Only add images to the imgs folder
  • Keep Components in the _includes folder
  • Do not push /pages/index.html with changes, it will cause merge conflict