https://github.com/internet-development/www-users-garden
https://users.garden
https://github.com/internet-development/www-users-garden
Last synced: 8 months ago
JSON representation
https://users.garden
- Host: GitHub
- URL: https://github.com/internet-development/www-users-garden
- Owner: internet-development
- License: mit
- Created: 2024-07-18T05:30:14.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2025-02-04T02:51:07.000Z (over 1 year ago)
- Last Synced: 2025-02-04T03:26:50.222Z (over 1 year ago)
- Language: TypeScript
- Size: 824 KB
- Stars: 3
- Watchers: 0
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Users Garden
- Manage your own account
- Manage your credits
- Manage your organization
- Let your users manage themselves
- See who is signing up for your applications
- Customize your verification e-mail
### Setup (MacOS)
Start by cloning the repository.
Then run the server
```sh
npm install
npm run dev
```
Go to `http://localhost:10000` in your browser of choice.
Enjoy! The template uses `10000` as our `port` for more compatibility with [Render.com](https://render.com)
### Scripts (Optional)
If you need to run node script without running the server, use this example to get started
```sh
npm run script example
```
### Contact
If you have questions ping me on Twitter, [@wwwjim](https://www.twitter.com/wwwjim). Or you can ping [@internetxstudio](https://x.com/internetxstudio).