Skip to content

tigyog/eigenwhat

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Eigenwhat?

This repository contains the source for Eigenwhat?, an interactive course on TigYog.app.

To use this as a starting point for your own course, you can:

  1. Fork this repository.
  2. On your GitHub repository, add a TY_SESSION secret for your TigYog account.
  3. Remove the ids from the files in this course, then run tigyog fmt to generate your own ids.

Writing locally

Initial setup:

git clone git@github.com:tigyog/eigenwhat.git
cd eigenwhat
npm i
npx tigyog login sessiontoken

Editing and publishing:

# Edit files in src/
npm run fmt
# Commit any changes
npm run publish

About

An intro to linear algebra, showing how to write a TigYog.app course

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published