-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
0 additions
and
18 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,21 +1,3 @@ | ||
# Web Animation YouTube Tutorial Collection | ||
|
||
This project is a collection of web animation YouTube tutorials. It provides an easy way to browse and preview tutorials with moving previews, making it simpler to find the tutorial you need. | ||
|
||
## Project Structure | ||
|
||
The project has the following structure: | ||
|
||
- `pnpm-lock.yaml`: Lockfile for dependencies managed by pnpm. | ||
- `package.json`: Project metadata and scripts. | ||
- `.gitignore`: Specifies files and directories to be ignored by Git. | ||
|
||
## Scripts | ||
|
||
The following scripts are available in the `package.json`: | ||
|
||
- `dev`: Starts the development server. | ||
- `start`: Alias for `dev`. | ||
- `build`: Checks the project and builds it for production. | ||
- `preview`: Previews the production build. | ||
- `astro`: Runs Astro commands. |