Open Tushn opened 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
Could you please provide instructions on how to set up and run this project?