Skip to content
/ atom-astro Public template
forked from Tailus-UI/atom-astro

Modern astro landing page built with astro and tailus themer

License

Notifications You must be signed in to change notification settings

kirinnee/atom-astro

 
 

Repository files navigation

Atom

Modern free Tailwind CSS, Astro landing page template for startups | built with Tailus Themer

Tailus Atom cover

🚀 Project Structure

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

/
├── public/
│   └── favicon.svg
├── src/
│   ├── components/
│   │   └── Card.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.

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.

🧞 Commands

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

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

About

Modern astro landing page built with astro and tailus themer

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Astro 93.1%
  • Nix 5.1%
  • TypeScript 1.3%
  • Other 0.5%