This is a simple webinar platform.
- JavaScript 93.1%
- CSS 6.9%
|
|
||
|---|---|---|
| components | ||
| pages | ||
| public | ||
| src | ||
| styles | ||
| theme | ||
| .babelrc | ||
| .gitignore | ||
| LICENSE | ||
| next.config.js | ||
| package.json | ||
| README.md | ||
| yarn.lock | ||
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