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 installcp .env.example .envnpm run dev // development mode
npm run prod // production mode
npm run build // production build
npm run start // serve buildnpm run dev // http://localhost:3000