Landing page for Outerbridge.
-
Clone the repository
git clone https://github.com/<your_github_username>/OuterbridgePage.git -
Go into repository folder
cd OuterbridgePage -
Install all dependencies:
npm install -
Build all the code:
npm run build -
Start the app:
npm run start
You can now access the app on http://localhost:3000/.
For development build, run: npm run dev. Any code changes will reload the app automatically.