This is a simple webinar platform.
  • JavaScript 93.1%
  • CSS 6.9%
Find a file
Riley Seaburg 7558a97d02
Merge pull request #6 from RileySeaburg/Authentication-1.5-Added
Update Error handling to use built in Formik functions.
2021-03-19 20:17:01 -04:00
components Update Error handling to use built in Formik functions. 2021-03-19 20:15:04 -04:00
pages Fix MaterialUI & Nextjs Bug 2021-03-19 19:35:44 -04:00
public Added Login UI 2021-03-17 20:23:29 -04:00
src Added Official Material UI / NextJS config 2021-03-18 17:26:05 -04:00
styles Added Required Dependencies 2021-03-18 16:29:32 -04:00
theme Added Required Dependencies 2021-03-18 16:29:32 -04:00
.babelrc Added Official Material UI / NextJS config 2021-03-18 17:26:05 -04:00
.gitignore Initial commit from Create Next App 2021-03-14 20:07:55 -04:00
LICENSE Add MIT License 2021-03-15 21:54:47 -04:00
next.config.js Added Official Material UI / NextJS config 2021-03-18 17:26:05 -04:00
package.json Update Error handling to use built in Formik functions. 2021-03-19 20:15:04 -04:00
README.md Update Readme 2021-03-15 21:55:52 -04:00
yarn.lock Update Error handling to use built in Formik functions. 2021-03-19 20:15:04 -04:00

next-webinar

Table of Contents

About

This is a simple webinar platform bootstrapped with create-next-app.

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.

Prerequisites

What things you need to install the software and how to install them.

install nodejs
& yarn

Installing

A step by step series of examples that tell you how to get a development env running.

Download the project

git clone https://github.com/RileySeaburg/next-webinar.git

Navigate to the project folder.

cd next-webinar

Install Dependencies

yarn

Run the development server

yarn dev

License

MIT