📐File Setup
Quickly setup your main Python file with these steps
First a route needs to be defined, it can be simple like this, or contain multiple routes to access multiple pages.
You can easily add your CSS and JavaScript with just a few lines.
Inside of route still add a few lines to send your Python code to phyal to render it out into something visible.
Outside of your route a run function needs to be put in place.
Now you have completed the 🙂 Get Started
section, and you can proceed to learn the simple syntax of phyal.
Last updated