Skip to content

Latest commit

 

History

History
55 lines (41 loc) · 1.72 KB

README.md

File metadata and controls

55 lines (41 loc) · 1.72 KB

BidOut Auction React

Related Repos

alt text

React Docs: Documentation

Chakra UI Docs: Documentation

How to run locally

  • Download this repo or run:
    $ git clone [email protected]:kayprogrammer/bidout-auction-react.git

In the root directory:

  • Install all dependencies
    $ npm install
  • Create an .env file and copy the contents from the .env.example to the file and set the respective values.

  • Run Locally

    $ npm start

With Docker

  • Docker Direct
    $ docker build -t bidout-auction-react .
    $ docker run -it -p 3000:3000 bidout-auction-react
  • Docker With Makefile
    $ make build
    $ make up 

alt text