Skip to content

Latest commit

 

History

History
38 lines (26 loc) · 520 Bytes

README.md

File metadata and controls

38 lines (26 loc) · 520 Bytes

Azle + NextJS Template

Image

Prerequisites

  • dfx > 0.15.1

  • Nodejs > 18.16.0

  • jq (Command line based JSON processor).

  • To install jq run:

    sudo apt update && sudo apt install -y jq
  • Follwing are the steps to deploy your application locally

  1. Install dependencies:

    yarn install:all
  2. Run below commands:

    yarn start_replica
    yarn deploy
  • To Stop Replica run:

    dfx stop