- Have a recent version of Node.js installed
- Make sure you have access to a running backend, by either:
- Deploying the Noracle bundle
- Setting up an own network
- Using our development node
- Get the repository and navitage to the root folder
- Run
npm install
- (Optional) If you want to use our remote development backend instead a self-hosted local one, change the hostURL in
./scr/environments/environments.ts
to this:hostUrls: ['http://steen.informatik.rwth-aachen.de:9082']
npm run start
Noracle is now reachable at http://localhost:4200