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: 7 months 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.
- Host: GitHub
- URL: https://github.com/corentinth/wooden-christmas-tree-planner
- Owner: CorentinTh
- License: mit
- Created: 2023-11-19T02:54:36.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-11-19T21:27:04.000Z (almost 2 years ago)
- Last Synced: 2025-02-13T11:35:22.932Z (9 months ago)
- Topics: app, christmas, christmas-tree, open-source, planify, solidjs, web, wood, woodworking
- Language: TypeScript
- Homepage: https://wooden-christmas-tree-planner.thomasset.me/
- Size: 220 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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