Here are a couple of tips when building in Firecode.
Browser Tab Setup
Open Firecode and create a new block. Then jump back to the edit mode tab and add that block to a page. Then open the page in Preview mode.
Recommended Open Tabs
Firecode
Preview mode
Edit mode
Benefit: When changing something in Firecode you'll see the change instantly in Preview mode.
Publish
During development, the system maintains separate files for different environments:
Development (Edit/Preview)
style-development.cssdevelopment.html
Live (Production)
style-production.cssproduction.html
Nothing is visible for visitors outside of edit mode. Then you click Publish/View website to make the changes live.
Quick Publishing Tip
You can modify style.scss in Firecode and click the Publish button (bottom right corner) for instant live CSS updates.

