Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 937 Bytes

README.md

File metadata and controls

18 lines (12 loc) · 937 Bytes

feynman

Build Status Coverage Status

A javascript application for creating feynman diagrams. Live at feynman.aivazis.com.

This repo started as a migration of my original feynman diagram application to a leaner flask server. It then evolved from a badly written angular 1.2 application to a less-badly written react/redux app. During that time, the backend (responsible for rendering latex) was also rewritten from python to golang.

Running the Tests

The tests are written using jest:

npm i && npm run test