https://github.com/javredstone/partnersphere
A web application for helping businesses manage their partners for the 2024 FBLA CNLC Coding and Programming Event
https://github.com/javredstone/partnersphere
fbla-2024 fbla-coding-and-programming
Last synced: 4 months ago
JSON representation
A web application for helping businesses manage their partners for the 2024 FBLA CNLC Coding and Programming Event
- Host: GitHub
- URL: https://github.com/javredstone/partnersphere
- Owner: JavRedstone
- Created: 2023-12-27T02:04:52.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-02-04T23:11:15.000Z (almost 2 years ago)
- Last Synced: 2025-06-09T17:07:39.120Z (5 months ago)
- Topics: fbla-2024, fbla-coding-and-programming
- Language: Svelte
- Homepage: https://partner-sphere.pages.dev/
- Size: 600 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# PartnerSphere Project [© Javier Huang 2024]
# Hosted URL using Cloudflare Pages: https://partner-sphere.pages.dev/
## General Structure
### Frontend: Svelte web application
- Svelte version 4.2.8
- Svelte Material UI - All Elements
- Recommended IDE: Visual Studio Code
### Backend & Database: Firebase Cloud Firestore
## Credit
### References
- Svelte Material UI (SMUI) documentation: https://sveltematerialui.com/
- Threlte documentation: https://threlte.xyz
- Firebase: https://firebase.google.com/
### Libraries Used
*For all libraries used for the frontend code, please check the `package.json` file*
## Running the project
Once you've created a project and installed dependencies with `npm install` (or `pnpm install` or `yarn`), run the project:
```bash
npm run dev
# or start the server and open the app in a new browser tab
npm run dev -- --open
```
## Building
To create a production version of the app:
```bash
npm run build
```
You can preview the production build with `npm run preview`.