Skip to content

Latest commit

 

History

History
26 lines (18 loc) · 690 Bytes

README.md

File metadata and controls

26 lines (18 loc) · 690 Bytes

LTS simulation an bisimulation checker

See the deployed site here

npm ci

🚀 Project Structure

Inside of your Astro project, you'll see the following folders and files:

/
├── public/
├── src/
│   └── pages/
│       └── index.astro
└── package.json

Astro looks for .astro or .md files in the src/pages/ directory. Each page is exposed as a route based on its file name.

There's nothing special about src/components/, but that's where we like to put any Astro/React/Vue/Svelte/Preact components.

Any static assets, like images, can be placed in the public/ directory.