diff --git a/README.md b/README.md index e97cbe0..07b0396 100644 --- a/README.md +++ b/README.md @@ -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.