Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/waxer59/smllclip
App to share code and documents
https://github.com/waxer59/smllclip
code-sharing documents share
Last synced: about 4 hours ago
JSON representation
App to share code and documents
- Host: GitHub
- URL: https://github.com/waxer59/smllclip
- Owner: Waxer59
- License: mit
- Created: 2024-07-29T00:26:18.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2024-11-08T12:24:41.000Z (7 days ago)
- Last Synced: 2024-11-08T13:30:04.879Z (7 days ago)
- Topics: code-sharing, documents, share
- Language: Astro
- Homepage: https://clip.smll.app
- Size: 621 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# SmllClip
## How to run the project?
1. Install all the dependencies with the command:
```bash
pnpm i
```2. Rename the file `.template.env` to `.env` and fill the fields.
- `FRONTEND_URL` - The URL of the frontend. For example, if you are running the project locally, it should be `http://localhost:3000`.
- `APPWRITE_ENDPOINT` - The endpoint of the Appwrite server.
- `APPWRITE_PROJECT_ID` - The project ID of the Appwrite server.
- `APPWRITE_API_KEY` - The API key of the Appwrite server.3. Run the project with the command:
```bash
pnpm dev
```## Technologies used
- [Astro](https://astro.build/)
- [Monaco Editor](https://microsoft.github.io/monaco-editor/)
- [Astro capo](https://github.com/natemoo-re/astro-capo)
- [Appwrite](https://appwrite.io/)
- [Tailwind CSS](https://tailwindcss.com/)
- [TinyMCE](https://www.tiny.cloud/)
- [Canvas Confetti](https://www.npmjs.com/package/canvas-confetti)