Skip to content

zzz1ck/the-auction-dashboard

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

The Auction Dashboard

Generic badge Website https://the-auction-dashboard.herokuapp.com/ GitHub license

React TypeScript React Query TailwindCSS Yarn Docker Heroku

Simple dashboard for the-auction.io $NEAR dApp.

Installation

dApp requires Node.js v16.12+ to run and Docker.

Install the dependencies and devDependencies and start the server.

cd the-auction-dashboard
yarn

Development

Want to contribute? Great!

dApp uses Webpack & Docker for fast developing. Make a change in your file and instantaneously see your updates!

With Docker:

yarn docker:build
yarn docker:up

stop containers

yarn docker:down

Without Docker:

cd web
yarn
yarn serve

in new Terminal window

cd web/client
yarn
yarn start

client will be available on 9000 port & api on 8000 port

Building for source

For production release:

yarn docker:build

About

Simple dashboard for the-auction.io $NEAR dapp

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published