Ember app that searches for solidus extensions.
You will need the following things properly installed on your computer.
git clone <repository-url>
this repository- change into the new directory
npm install
bower install
ember server
- 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)
Before deploying you need to configure your S3 credentials inside
config/deploy.js
. You'll find a config/deploy.js.example
to use as a
reference.
Then you can run this to deploy your app:
PRODUCTION: ember deploy production
STAGING: ember deploy staging
Soliton is funded and maintained by the Nebulab team.
We firmly believe in the power of open-source. Contact us if you like our work and you need help with your project design or development.