https://github.com/boostup/invitely
invitely
https://github.com/boostup/invitely
Last synced: 5 months ago
JSON representation
invitely
- Host: GitHub
- URL: https://github.com/boostup/invitely
- Owner: boostup
- Created: 2023-07-14T16:57:12.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-12-15T11:24:11.000Z (over 2 years ago)
- Last Synced: 2025-07-06T21:11:47.298Z (12 months ago)
- Language: HTML
- Size: 1.09 MB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
[]("invitely)
[](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
> invitely@0.1.0 dev /workspaces/invitely
> vite --port 9000 --host 0.0.0.0 --clearScreen false
VITE v4.3.9 ready in 523 ms
➜ Local: http://localhost:9000/
➜ Network: http://172.16.5.4:9000/
```
> Click on http://localhost:9000/