Pre-requisites
- DFX
- Make the build automation tool - most likely you will already have it but just in case.
- Rust
Steps
Running local
- Create a new identity with
dfx identity new {'<'}name{'>'}
- Use this new identity with
dfx identity use {'<'}name{'>'}
- If needed, you can get the identity principal with
dfx identity get-principal
- Start local ICP replica using dfx with
make start_env
- On a new terminal, deploy the local internet_identity, backend and frontend canisters with
make
- At this point, you should be able to see the frontend and backend canister id on the terminal. You can use Chrome or Firefox to navigate the frontend