https://github.com/codercatdev/appwrite-simple-permissions
https://github.com/codercatdev/appwrite-simple-permissions
Last synced: 11 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/codercatdev/appwrite-simple-permissions
- Owner: codercatdev
- License: bsd-3-clause
- Created: 2023-01-17T19:07:03.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-01-20T18:45:45.000Z (over 3 years ago)
- Last Synced: 2025-05-11T04:55:38.018Z (about 1 year ago)
- Language: Svelte
- Size: 1.91 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# Appwrite Simple Permissions
## Developing
Once you've created a project and installed dependencies with `npm install` (or `pnpm install` or `yarn`), start a development server:
```bash
npm run dev
# or start the server and open the app in a new browser tab
npm run dev -- --open
```