Visualize a word against a finite-state automaton
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
Clément FRÉVILLE 2e33a9cda9
continuous-integration/drone/push Build is passing Details
Define a hash url for each example automaton
2 months ago
src Define a hash url for each example automaton 2 months ago
.drone.yml Keep controls table while editing 2 months ago
.gitignore Initial commit 6 months ago
README.md Migrate to a D3-based graph renderer 5 months ago
dprint.json Initial commit 6 months ago
eslint.config.js Switch to ESLint flat configs 3 months ago
index.html Keep controls table while editing 2 months ago
package.json Keep controls table while editing 2 months ago
tsconfig.json Switch to ESLint flat configs 3 months ago
vite.config.ts Migrate to a D3-based graph renderer 5 months ago

README.md

finite-state-automaton

Use

Build-tool

Run your favorite package manager (npm, yarn, pnpm, bun, etc.) to install the dependencies and build the Vite application:

npm install
npm run dev # Run the Vite development server
npm run build # Build the application in the dist/ directory