Draft Studios Inital Development Workspace
Mission: Familiarize Interns with basic Bootstrap/HTML/CSS
To get started with development:
- Create a Fork
- Clone Repo onto Local Machine
- Ensure docker is installed
- Run the command
docker-compose up
to start the development server - Navigate to localhost:4000 for development preview
- 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