Skip to content

navcoin/navexplorer-frontend

Repository files navigation

explorer.navcoin.org

This is the repository for the frontend of explorer.navcoin.org.

Requirements

  • PHP 7.4
  • Composer (latest)
  • Symfony cli (lts, currently 5.*)

Setup

Install PHP and JS dependencies:

composer install
yarn install

Build frontend assets:

yarn encore dev

# use this command to enable watch mode when developing
yarn encore dev --watch

Start the server:

symfony server:start --port 8888

Go to https://localhost:8888 to view the site.