mirror of
https://github.com/documize/community.git
synced 2025-07-24 15:49:44 +02:00
Whilst this commit brings new language support for TinyMCE Codesample plugin, it looks like hardcode TinyMCE defaults take precendence hence not all new languages receive proper theme formatting. To be fixed later. |
||
---|---|---|
.. | ||
app | ||
config | ||
mirage | ||
public | ||
tests | ||
vendor | ||
.bowerrc | ||
.editorconfig | ||
.ember-cli | ||
.eslintignore | ||
.eslintrc.js | ||
.gitignore | ||
.travis.yml | ||
.watchmanconfig | ||
bower.json | ||
ember-cli-build.js | ||
package-lock.json | ||
package.json | ||
README.md | ||
testem.js | ||
yarn.lock |
Documize
This README outlines the details of collaborating on this Ember application. A short introduction of this app could easily go here.
Prerequisites
You will need the following things properly installed on your computer.
Installation
git clone <repository-url>
this repositorycd documize
npm install
bower install
Running / Development
ember serve
- Visit your app at http://localhost:4200.
Code Generators
Make use of the many generators for code, try ember help generate
for more details
Running Tests
ember test
ember test --server
Building
ember build
(development)ember build --environment production
(production)
Deploying
Specify what it takes to deploy your app.