README.md (811B)
1 # extentions 2 3 ``` 4 fes new extentions 5 ``` 6 7 > **Know what you are doing?** Delete this file. Have fun! 8 9 ## Project Structure 10 11 Inside your Fes project, you'll see the following directories and files: 12 13 ``` 14 . 15 ├── Fes.toml 16 ├── README.md 17 └── www 18 └── index.lua 19 ``` 20 21 Fes looks for `.lua` files in the `www/` directory. Each file is exposed as a route based on its file name. 22 23 ## Commands 24 25 All commands are run from the root of the project, from a terminal: 26 27 | Command | Action | 28 | :------------------------ | :----------------------------------------------- | 29 | `fes run .` | Runs the project at `.` | 30 31 ## What to learn more? 32 33 Check out [Fes's docs](https://docs.vxserver.dev/static/fes.html).