Skip to content

Latest commit

 

History

History
32 lines (23 loc) · 986 Bytes

README.md

File metadata and controls

32 lines (23 loc) · 986 Bytes

AIwaffle Website

A visual tutorial of machine learning.

How to add tutorial contents

  1. Write a tutorial in markdown.
  2. Submit a pull request to merge into dist/contents folder

See sample tutorial content.

Development

  1. Install elm-live using npm install elm-live
  2. run
elm-live src/Main.elm --pushstate --start-page dist/index.html -- --output=dist/main.js
  1. In your browser, go to address localhost:8000

Deployment

Run ./build.sh. You may need to enable execution permission.

License

MIT

Change Log

Release v0.3.0

Release v0.2.0

  • Add About Page (#1)
  • Add 2 Jupyter notebook tutorials (#2)