To run Angor locally, you need to download .NET 8.0.4 or higher. You can download it from here.
-
Clone the repository:
$ git clone https://github.com/block-core/angor.git
-
Navigate to the project directory:
$ cd angor/src/Angor/Client
-
Build the project:
$ dotnet build
-
Run the project:
$ dotnet run
Now you should have Angor running locally at http://localhost:5062/.
We welcome contributions to the codebase. Please maintain the same code style as the existing code.
To run Cypress, follow these steps:
-
Install dependencies:
$ npm install
-
Ensure that Angor is running locally.
-
Open Cypress:
$ npm run cypress:open
-
If you want to run the test in your terminal you can also Run cypress in headless mode:
$ npm run cypress:run