An open API service indexing awesome lists of open source software.

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

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`.