https://github.com/potlock/curatedotfun-plugin-template
a basic plugin template for curate.fun
https://github.com/potlock/curatedotfun-plugin-template
Last synced: about 2 months ago
JSON representation
a basic plugin template for curate.fun
- Host: GitHub
- URL: https://github.com/potlock/curatedotfun-plugin-template
- Owner: PotLock
- License: unlicense
- Created: 2025-01-30T15:44:04.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2025-01-31T06:09:27.000Z (4 months ago)
- Last Synced: 2025-03-30T03:35:00.969Z (about 2 months ago)
- Language: TypeScript
- Homepage:
- Size: 18.6 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
curate.fun plugin template
a basic plugin template for curate.fun
Table of Contents
- [Getting Started](#getting-started)
- [Installing dependencies](#installing-dependencies)
- [Running the app](#running-the-app)
- [Building for production](#building-for-production)
- [Contributing](#contributing)## Getting Started
### Installing dependencies
```bash
bun install
```### Running the app
First, run the development server:
```bash
bun run dev
```### Building for production
```bash
bun run build
```## Contributing
Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are **greatly appreciated**.
If you're interested in contributing to this project, please read the [contribution guide](./CONTRIBUTING).