Skip to content

xJeneKx/obyte-explorer-frontend

 
 

Repository files navigation

Obyte explorer front-end

Setup

Make sure to install the dependencies:

# npm
npm install

Development Server

Start the development server on http://localhost:3000:

# npm
npm run dev

Production

Build the application for production:

# npm
npm run build
PORT=4001 node .output/server/index.mjs

Check out the deployment documentation for more information.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 94.6%
  • Vue 5.3%
  • Other 0.1%