Skip to content

NikhilSharma03/NFTPortrait

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

64 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

NFT-Portrait



Open Source Love Build by Nikhil


🌟 Create and list your own NFT πŸš€


Setup and Installation

First install the server dependency,

make setup-server-libs

Now to run server, first add Environment Variables by creating a new .env file in server folder and add the contents following .env.example

Once you have added correct credentials, build the server

make build-server

Now, start the server

make run-server

To get auto reload, start the dev server,

make run-server-dev

Now to run Client UI, First install the client dependency,

make setup-ui-libs

Now to run client, first add Environment Variables by creating a new .env file in client folder and add the contents following .env.example

Once you have added correct credentials, start the client

make run-ui-dev

To build client ui,

make build-ui

To run lint for client ui,

make run-ui-lint

License