Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/corentinth/wooden-christmas-tree-planner

Plan your next diy wooden christmas tree! Get the dimensions of the wood you need to buy, and the number of battens you need to cut.
https://github.com/corentinth/wooden-christmas-tree-planner

app christmas christmas-tree open-source planify solidjs web wood woodworking

Last synced: 4 days ago
JSON representation

Plan your next diy wooden christmas tree! Get the dimensions of the wood you need to buy, and the number of battens you need to cut.

Awesome Lists containing this project

README

        


Wooden Christmas Tree Planner

Plan your next diy wooden christmas tree! Get the dimensions of the wood you need to buy, and the number of battens you need to cut.
[Website](https://wooden-christmas-tree-planner.thomasset.me/)

## Development

### Project Setup

```sh
pnpm install
```

### Compile and Hot-Reload for Development

```sh
pnpm dev
```

### Type-Check, Compile and Minify for Production

```sh
pnpm build
```

### Run Unit Tests with [Vitest](https://vitest.dev/)

```sh
pnpm test
```

## Deployment

Learn more about deploying your application with the [documentations](https://vitejs.dev/guide/static-deploy.html)

## Credits

Coded with ❤️ by [Corentin Thomasset](https://github.com/CorentinTh)

This project is continuously deployed using vercel.com.

## License

This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details