/zplatform

Primary LanguageJavaScript

Netlify Status

ZPlatform

Prototype for a platform that provides online services

To get started

Open your favorite Terminal and run these commands

Step 1:

git clone https://github.com/maximeish/zplatform.git

Step 2:

cd zplatform

Step 3:

yarn

Step 4 (Start application in development mode):

yarn start

Verify the deployment by navigating to your server address in your preferred browser.

http://localhost:3000
  • Next you will sign up using your preferred method
  • After being authenticated, you can view the landing page
  • Also the user profile button will help you manage your profile information

Building for source

For production release:

yarn build