https://github.com/krake747/do-we-deploy
Do we deploy?
https://github.com/krake747/do-we-deploy
courage solidjs tailwindcss
Last synced: about 2 months ago
JSON representation
Do we deploy?
- Host: GitHub
- URL: https://github.com/krake747/do-we-deploy
- Owner: krake747
- License: mit
- Created: 2025-09-20T08:41:45.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2025-10-21T08:34:38.000Z (8 months ago)
- Last Synced: 2025-10-21T14:30:03.639Z (8 months ago)
- Topics: courage, solidjs, tailwindcss
- Language: TypeScript
- Homepage: https://dowedeploy.kevinkraemer.com
- Size: 64.5 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
# Do We Deploy? 🚀
A fun and lighthearted web application that answers the age-old question: "Do we deploy today?"
Spoiler alert: We always deploy!
[Do We Deploy?](https://dowedeploy.kevinkraemer.com)
## Getting Started
### Prerequisites
- Node.js (Latest version recommended)
- pnpm (Package manager)
### Installation
Clone the repository
```bash
git clone https://github.com/krake747/do-we-deploy.git
cd do-we-deploy
```
Install dependencies
```bash
pnpm install
```
Start the development server
```bash
pnpm dev
```
Open [http://localhost:3000](http://localhost:3000) in your browser
## Available Scripts
- `pnpm dev` - Start development server
- `pnpm build` - Build for production
- `pnpm serve` - Preview production build
- `pnpm format` - Format code with Prettier
## Tech Stack
- [SolidJS](https://www.solidjs.com/)
- [Vite](https://vitejs.dev/)
- [TailwindCSS](https://tailwindcss.com/)
- [TypeScript](https://www.typescriptlang.org/)
## License
This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.
## Contributing
Feel free to open issues and pull requests to contribute to this project. Any contributions you make are greatly appreciated!
## Acknowledgments
Made with ❤️ for devs who are scared to deploy 🚀