UI for Rightshare App
This proect is powered by Next.js.
You will need Node.js version 8.0 or greater installed on your system.
npm install
cp .env.example .env
npm run dev // development mode
npm run prod // production mode
npm run build // production build
npm run start // serve build
npm run dev // http://localhost:3000