liteflow-labs / starter-kit

NFT Marketplace running on the Liteflow infrastructure
https://demo.liteflow.com
Apache License 2.0
11 stars 43 forks source link
app nft nft-marketplace template

Marketplace template

This repository is an example of an application running on the Liteflow infrastructure to showcase the uses of the infrastructure and/or be used as a starter kit to launch a product fast.

Features included

The Marketplace template includes the following features:

It also includes compatibility with the following features:

Libraries used

The Marketplace template is based on the following tech stack

Get started

To get started, start by configuring your environmental variables in the .env file, referring to the .env.example file as a guide. For further customization, an optional option is to utilize the environment.ts file.

Once done you can install all the dependencies with npm i then run

npm run dev

Your application is now accessible at http://localhost:3000

Customization

Theme

The theme is based on ChakraUI and can be customized in the /styles/theme.ts file.

Application

Your application includes default navigation, metadata, and wallets that can be updated directly from the pages/_app.tsx file.