Skip to content

hhourani27/asciip

Repository files navigation

Asciip is a client-side ASCII diagram editor. It was created mostly as a personal challenge, and party to improve on existing diagram editors.

This app was inspired in large part by the following tools:

Contributing

Installation

npm install

Running Asciip locally

Asciip was created with create-react-app:

npm start

Running tests

End-to-end Playwright tests

Make sure that the app is running locally at http://localhost:3000 (with npm start), then :

npm run e2e