git clone https://github.com/alvin/wirebase.git
{
"workspaceId": "your-unique-project-id-here"
}
npm install
npm run dev
Commentable(title="A Unique Title")
.ui.segment
| Some Content
cd vendor/semantic && gulp build
or listen for changes that you make in vendor/semantic/src:
cd vendor/semantic && gulp
Ensure you have zeit now's CLI tool installed
npm install -g now
To deploy a new revision, just type:
now
Override the default config/firebase.json file with your own firebase app setup (optional, encouraged)
{
"apiKey": "",
"authDomain": "",
"databaseURL": "",
"projectId": "",
"storageBucket": "",
"messagingSenderId": ""
}