The fastest way from zero to an updated online schedule.
- Install the cosch gem
- Edit
schedule.yml
to fit your needs (Push your changes, if you like) - Deploy to Github Pages:
cosch deploy
- to check changes before you deploy, do a
cosch build
and serve the build/ folder e.g. using phpphp -S localhost:8090
or pythonpython -m SimpleHTTPServer 8090
- to check changes before you deploy, do a
- Done