Flowerpot is a post-sharing app (think pastie) with explicit content notes; the author of a post can have complete confidence that the reader has definitely read and agreed to the note before reading the content of the post.
This app discusses the transmission and storage of upsetting content; please exercise caution and self-care as a priority. Please report abuse if you encounter it.
The main public instance of Flowerpot is at http://flowerpot.fyi; this page is for people who want to contribute to the development of the app. If you're new to software development, have a look at our getting started guide.
Please note our code of conduct.
You will need the following things properly installed on your computer.
git clone https://github.com/ibroadfo/flowerpot
- change into the new directory
npm install
bower install
ember serve
- Visit your app at http://localhost:4200.
Make use of the many generators for code, try ember help generate
for more details
ember test
ember test --server
ember build
(development)ember build --environment production
(production)
We're hosting on firebase and deploying with ember-cli-deploy-firebase; you can use your own firebase app by setting fireBaseAppName
in config/deploy.js
.
Any normal ember-cli deploy method should work though!
You can set use-firebase
to false
in config/environment.js
if you're not using firebase as your backend.