MentorsWithoutBorders / mwb-partners-admin

Web app for MWB partners
0 stars 0 forks source link

Mentors without borders - Admin

Getting Started on development

One time setup

for Mac users

brew install nvm
nvm use

Run the development server

npm install
npm run dev

To run production build locally

npm install
npm run build
npm start

Open http://localhost:3000 with your browser to see the result.

References