-
Notifications
You must be signed in to change notification settings - Fork 2
Description
Hi,
This is Skyrim. I will be contributing to the frontend part of this project during the summer vacation. Recently, I forked the repository and created a new branch. However, when running the project locally, I encountered some issues with setting up the environment.
For instance, before running ./build-wasm in the root directory, it seems necessary to install dependencies like igraph, rapidjson, and pugixml in the src/wasm/ directory. After spending several hours learning and troubleshooting, I managed to complete some of the setup steps like I cloned these three repo into "src/wasm/" and for each of these directory I cd build then execute emcmake cmake emmake make just some commands like that.
Since this is my first time working on a WASM project, I hope to have a more detailed guide for setting up the local development environment.
Could you please provide more detailed instructions on how to set up the environment properly before I start developing the frontend platform?