agausmann / comfig-app

The mastercomfig web app

Home Page:https://comfig.app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

mastercomfig web app

The web app for mastercomfig.

Color Scheme

We use a material color scheme.

Project Structure

You'll see the following folders and files:

/
├── public/
│   └── favicon.ico
├── src/
│   ├── components/
│   │   └── Footer.astro
│   ├── layouts/
│   │   └── Layout.astro
│   └── 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.

Any Astro/React components are put in src/components/.

Astro layouts are put in src/layouts/.

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

Commands

All commands are run from the root of the project, from a terminal:

Command Action
pnpm install Installs dependencies
pnpm dev Starts local dev server at localhost:3000
pnpm build Build your production site to ./dist/
pnpm preview Preview your build locally, before deploying

Want to learn more?

Feel free to check the Astro documentation.

About

The mastercomfig web app

https://comfig.app

License:Other


Languages

Language:TypeScript 51.3%Language:Astro 41.8%Language:SCSS 4.3%Language:JavaScript 2.6%