https://github.com/datagrove/marketplace
https://github.com/datagrove/marketplace
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/datagrove/marketplace
- Owner: datagrove
- Created: 2023-07-05T14:09:49.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2024-02-06T16:06:53.000Z (over 2 years ago)
- Last Synced: 2025-04-02T16:50:36.571Z (about 1 year ago)
- Language: TypeScript
- Size: 3.23 MB
- Stars: 2
- Watchers: 3
- Forks: 5
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- Funding: .github/FUNDING.yml
Awesome Lists containing this project
README
# Basic Design Requirements
* License under MIT (or similar)
* Accessiblity by design
* Light/Dark Mode
* Mobile First Web Design - PWA
* Multilingual Support (First Target English/Spanish)
# Tech Stack
Click Octocat to check out their projects!
* [Astro](https://astro.build/) :rocket: [:octocat:](https://github.com/withastro/astro)
* [Typescript](https://www.typescriptlang.org/) [:octocat:](https://github.com/microsoft/TypeScript/#readme)
* [SolidJS](https://www.solidjs.com/) [:octocat:](https://github.com/solidjs/solid)
* [Supabase](https://supabase.com/) [:octocat:](https://github.com/supabase/supabase)
* [TailwindCSS](https://tailwindcss.com/) [:octocat:](https://github.com/tailwindlabs/tailwindcss)
# Conventions
* Pages and Pages folders are named in lowercase
* Components are named with Uppercase
* Component folders are named with lowercase
* Local images are stored in src/assets/*
* All non-user images should be local to the project to the extent possible
* Non-user images should be public domain or permissive licenses such as MIT, ISC, etc
* All icon type images should be svg format