Skip to content

CircularMiners/frontend

Repository files navigation

Mine Match by Circular Miners

Live Application

How to run the application on your local

Mine Match requires Node >=14.18

If you want to run the Backend on your local please visit Backend Repo and follow the instruction there

!!! Please note that you will have to change the Backend url from

https://urchin-app-q36en.ondigitalocean.app/backend2

by Search through the whole project and "Replace All" with your Backend url

Clone to local

cd frontend
pnpm i # If you don't have pnpm installed, run: npm install -g pnpm

Development

Just run and visit http://localhost:3333

pnpm dev

Build

To build the App, run

pnpm build

And you will see the generated file in dist that ready to be served.

Deploy your version on Netlify

Go to Netlify and select your clone, OK along the way, and your App will be live in a minute.

Docker Production Build

First, build the Mine Match image by opening the terminal in the project's root directory.

docker buildx build . -t minematch:latest

Run the image and specify port mapping with the -p flag.

docker run --rm -it -p 8080:80 minematch:latest

This application use Opinionated Vite Starter Template by Anthony Fu - Find out for more here => Vitesse

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published