anAcc22 / another_graph_editor

A graph editor
https://anacc22.github.io/another_graph_editor/
MIT License
96 stars 10 forks source link

How do I install and run the project? #6

Open Tushn opened 1 week ago

Tushn commented 1 week ago

Could you please provide instructions on how to set up and run this project?

anAcc22 commented 1 week ago

Hi, to set up the project on your own machine, first begin by opening a terminal. Next, run git clone https://github.com/anAcc22/another_graph_editor.git, followed by cd another_graph_editor. You should be inside the project directory now.

Check that you have npm or pnpm installed on your machine, I'm personally using pnpm. Run npm install or pnpm install, followed by npm run dev or pnpm run dev. There'll be a link like http://localhost:5173/another_graph_editor/ that you can then copy-paste into a browser like Firefox or Chrome.

If you run into any issues you can let me know again. Thanks