Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jerryblessed/lightpro
Try LightPro now
https://github.com/jerryblessed/lightpro
edgecloud generative-ai generative-art nextjs p2p-network theta
Last synced: about 22 hours ago
JSON representation
Try LightPro now
- Host: GitHub
- URL: https://github.com/jerryblessed/lightpro
- Owner: Jerryblessed
- Created: 2024-07-22T18:26:03.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2024-08-11T20:39:03.000Z (3 months ago)
- Last Synced: 2024-08-12T10:55:32.521Z (3 months ago)
- Topics: edgecloud, generative-ai, generative-art, nextjs, p2p-network, theta
- Language: TypeScript
- Homepage: https://light-pro-i2c8.vercel.app/
- Size: 5.25 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Light course
## Features
- Upload video to theta network video services for streaming and upload 📹
- Use Light chat, Google Gemini chatbot for assistance in video 🤖
- Simple User interface 💻
- Get links to material on for each course🌐
- Get 2D or image feel of video object by google drive 🎨
- Get tags to related videos 🔖
- Search bar and lots more 🔍
- Chrome Web app 🌐
- P2P data storage support 📦[Try it](https://light-pro-i2c8.vercel.app)
## Getting Started
```bash
# clone the repository
git clone https://github.com/Jerryblessed/LightPro.git
# change the directory
cd open-blog
# install packages with pnpm or npm or yarn.
pnpm install
# or
npm install
# or
yarn installThen, run the development server:
```bash
npm run dev
# or
yarn dev
# or
pnpm dev
```Open [http://localhost:3000](http://localhost:3000) with your browser to see the result.
## Folder Structure
```bash
.
├── components
│ ├── Card.tsx
│ ├── Footer.tsx
│ ├── Header.tsx
│ ├── Layout.tsx
│ ├── Newsletter.tsx
│ ├── Pagination.tsx
│ ├── Search.tsx
│ └── useFuse.ts
├── data
│ └── posts.ts
├── next.config.js
├── next-env.d.ts
├── package.json
├── pages
│ ├── 404.tsx
│ ├── _app.tsx
│ ├── authors
│ ├── _document.tsx
│ ├── index.tsx
│ ├── read
│ │ └── [slug].tsx
│ └── tags
│ └── [slug].tsx
├── pnpm-lock.yaml
├── postcss.config.js
├── public
│ ├── favicon.ico
│ ├── images
│ │ ├── android.jpg
│ │ ├── blog-2.jpg
│ │ ├── camera.jpg
│ │ ├── computer.jpg
│ │ ├── health.jpg
│ │ ├── ios.jpg
│ │ ├── photographer.jpg
│ │ ├── smartphone.jpg
│ │ ├── software-developer.jpg
│ │ ├── technology.jpg
│ │ └── vegetables.jpg
│ ├── moon.jpg
│ ├── next.svg
│ ├── thirteen.svg
│ └── vercel.svg
├── README.md
├── styles
│ └── globals.css
├── tailwind.config.js
├── tsconfig.json
└── type.d.ts
```- Special thanks to [OpenBlog repo](https://light-pro-i2c8.vercel.app), theta network edgecloud tools, Google Gemini AI and other powerful tools.
- [Support development of lightpro ❤️](https://paystack.com/pay/0nbbu8hnpk)