Skip to content

Commit

Permalink
add project structure
Browse files Browse the repository at this point in the history
  • Loading branch information
pawap90 committed Jul 29, 2024
1 parent 50542e4 commit e86d690
Showing 1 changed file with 21 additions and 1 deletion.
22 changes: 21 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,27 @@ npm run build
# Project structure

```
TODO
├── /.github
│ └── /workflows
│ ├── build.yml
│ └── deploy.yml
├── /public
│ ├── acho.png
│ └── ground.png
├── /src
│ ├── main.ts
│ ├── vite-env.d.ts
│ └── /scenes
│ ├── game.scene.ts
│ └── preloader.scene.ts
├── .gitignore
├── eslint.config.js
├── index.html
├── package-lock.json
├── package.json
├── README.md
├── tsconfig.json
└── vite.config.ts
```

> You can remove the assets within the `public` directory, but I recommend you first run the project once and make sure everything is installed and running properly.
Expand Down

0 comments on commit e86d690

Please sign in to comment.