A web based editor and visualizer for AltWalker and GraphWalker models.
Visit the app at https://altom.gitlab.io/altwalker/model-editor.
For more informations about the models format you can visit AltWalker documentation or Graphwalker documentation.
You will need the following things properly installed on your computer.
- Git
- Node.js (with npm)
- Ember CLI
- Google Chrome
git clone https://gitlab.com/altom/altwalker/model-editor.git
cd model-editor
npm install
ember serve
- Visit your app at http://localhost:4200.
- Visit your tests at http://localhost:4200/tests.
Make use of the many generators for code, try ember help generate
for more details
Make sure to use the new ember octaine components:
# -gc stands for glimmer component
$ ember generate component my-component -gc
ember test
ember test --server
npm run lint:hbs
npm run lint:js
npm run lint:js -- --fix
ember build
(development)ember build --environment production
(production)
Check the .gitlab-ci.yml file.
Join our Gitter chat room here to chat with us or with other members of the community.
Model-Editor is licensed under the GNU General Public License v3.0.