Skip to content

francislagares/dogecoin-wallet

Repository files navigation

Run app locally

  • Clone the repo

    $ git clone https://github.com/francislagares/dogecoin-wallet.git
  • Install the dependencies by running the following command.

    yarn install
  • Start the development server:

    yarn dev

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

Log inside the app

Login Credentials

Email: dogecoin@test.com

Pass: 1234

Run app with Docker

  • Building an image

    $ docker build -t dogecoin-wallet:latest .
  • Running a container

    $ docker run -p 3000:3000 dogecoin-wallet:latest

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

  • Stopping a container

    $ docker stop dogecoin-wallet:latest

Author

Created by @francislagares - feel free to contact me!