Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/corentinth/wooden-christmas-tree-planner
- Owner: CorentinTh
- License: mit
- Created: 2023-11-19T02:54:36.000Z (12 months ago)
- Default Branch: main
- Last Pushed: 2023-11-19T21:27:04.000Z (12 months ago)
- Last Synced: 2024-10-11T03:18:45.318Z (26 days 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 PlannerPlan 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