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.
continuous-integration/drone/push Build is passing
Details
|
1 year ago | |
---|---|---|
src | 1 year ago | |
.drone.yml | 1 year ago | |
.gitignore | 1 year ago | |
README.md | 1 year ago | |
dprint.json | 1 year ago | |
eslint.config.js | 1 year ago | |
index.html | 1 year ago | |
package.json | 1 year ago | |
tsconfig.json | 1 year ago | |
vite.config.ts | 1 year 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