profile

My personal website built using react js

Stars
0

OBIFORTUNE.TECH

My Personal / portfolio site and the admin page for viewing the contact forms.

CLIENT

ADMIN

The two sites were created with Create React App

I hosted them statically on Netlify

INSTRUCTIONS

Clone repo

CLIENT

  1. Edit /client/src/constants.js file with the details you want on the site

  2. Create an /client/.env file

  3. Add the faunadb secret for your database FAUNADB_SECRET =

  4. cd client

  5. yarn install

  6. yarn run start

ADMIN

  1. Create an /admin/.env file

  2. Add the faunadb secret for your database FAUNADB_SECRET =

  3. Add the User login secret for your site USER_LOGIN =

  4. cd admin

  5. yarn install

  6. yarn run start