A web based editor and visualizer for AltWalker and GraphWalker models.
Visit the app at https://altwalker.github.io/model-editor.
For more information about the models format you can visit the 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://github.com/altwalker/model-editor.gitcd model-editornpm 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 -gcember testember test --server
npm run lint:hbsnpm run lint:jsnpm run lint:js -- --fix
ember build(development)ember build --environment production(production)
Check the deploy.yml file.
Join our Gitter chat room or our Google Group to chat with us or with other members of the community.
This project is licensed under the GNU General Public License v3.0.
