# freshlearning **Repository Path**: ilinxq/freshlearning ## Basic Information - **Project Name**: freshlearning - **Description**: fresh自学习 - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-10-30 - **Last Updated**: 2024-11-08 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Fresh 学习 Your new Fresh project is ready to go. You can follow the Fresh "Getting Started" guide here: https://fresh.deno.dev/docs/getting-started ### Usage Make sure to install Deno: https://deno.land/manual/getting_started/installation 启动项目t: ``` deno task start ``` This will watch the project directory and restart as necessary. 更新到最新库: ``` deno task update ``` 手动安装库: ``` deno add jsr:@std/front-matter deno add jsr:@std/path ``` 当前使用的是deno 2.0,需要更新到最新版本. ## 需要补充学习的内容 ### preact ### tailwindcss