/lukso

Primary LanguageSolidity

you Lukso popular

Demo Picture 1 Demo Picture 2 Demo Picture 3

Deployment and Hosting

All example dApps on LUKSO are deployed using a custom CI/CD script to host several repositories to one domain with several subfolders. Please deploy merged changes with the GitHub Workflow in the example-hosting repository.

Local Development

Install

npm install

Run

npm run dev

Open http://localhost:3000 with your browser to see the result.

Production Build

This app is deployed as a static NextJS website.

npm run export