Skip to content

Latest commit

 

History

History
49 lines (32 loc) · 815 Bytes

README.md

File metadata and controls

49 lines (32 loc) · 815 Bytes

cardano-cli-lib

NOT UPDATED YET

JOIN THE COMMUNITY ON DISCORD

https://discord.gg/JgQ7aR8nuS

Build and run for dev

First, make sure Cardano-Node is running and cardano-cli is accessible

npm install
npm run dev

Build for production

Run the following command under the root directory of the project:

npm run build

Directories & files required for running the NodeJS app

  • build

  • public

  • .docker.env.prod

  • .env.local

  • .env.production

  • DockerFile

  • docker-compose-prod.yml

  • next-env.d.ts

  • next.config.js

  • package.json

  • tsconfig.json

  • Download config files under /home/cardano/config/

  • Run the following command under the root directory of the project:

docker-compose -f docker-compose-prod.yml --env-file .docker.env.prod up --build -d