Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/boostup/invitely
invitely
https://github.com/boostup/invitely
Last synced: 4 days ago
JSON representation
invitely
- Host: GitHub
- URL: https://github.com/boostup/invitely
- Owner: boostup
- Created: 2023-07-14T16:57:12.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-12-15T11:24:11.000Z (about 1 year ago)
- Last Synced: 2023-12-15T12:40:34.492Z (about 1 year ago)
- Language: HTML
- Size: 1.09 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
[![name](src/assets/logo-no-background.svg)]("invitely)
[![Netlify Status](https://api.netlify.com/api/v1/badges/19cfe280-2bf7-43e0-887f-30291fbc52e1/deploy-status)](https://app.netlify.com/sites/invitely/deploys)
## env vars
This project uses the `vite-plugin-env-compatible` plugin to inject env vars into the app.
So that you can use the standard `process.env` instead of `import.meta.env` object to access them.
## dev with codespaces
open the terminal OR run script from vs code (Explorator's scripts npm section)
```
> pnpm dev```
```
* Exécution de la tâche : pnpm run dev
> [email protected] dev /workspaces/invitely
> vite --port 9000 --host 0.0.0.0 --clearScreen falseVITE v4.3.9 ready in 523 ms
➜ Local: http://localhost:9000/
➜ Network: http://172.16.5.4:9000/
```> Click on http://localhost:9000/