An open API service indexing awesome lists of open source software.

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?

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 🚀