To review the training slide deck, clone the repo and from the root directory run:
yarn installThen start the Fusuma server by running:
yarn run serveAfter starting the server, you should see the local port on which the server is running. For example:
Running on http://localhost:60729 #this port number will be different in your console.to build the page locally, run:
yarn run build...and deploy to gh-pages, run:
yarn run deployFusuma.js is used to display the developer training slides. For more information on Fusuma, Fusuma slide syntax, and slide examples, visit: Fusuma
Through the course of the training students will be working with an Arches project configured for this course. It can be found here: https://github.com/archesproject/arches-dev-training-project
The final product of the training will be an arches package. A complete version of this package can be found here: https://github.com/archesproject/arches-dev-training-pkg