Skip to content

nadding/landing-page

Repository files navigation

🐟 Nadding Landing Page

The project is developed using Astro and TailwindCSS.

git clone https://github.com/nadding/landing-page.git

🚀 Project Structure

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

/
├── public/
├── src/
│   ├── components/
│   ├── layouts/
│   └── pages/
├── astro.config.mjs
└── package.json

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

Reusable components can be placed in the src/components directory.

Reusable UI structures can be placed in the src/layouts directory.

Each page in the src/pages directory is exposed as a route based on its file name.

🧞 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:4321
pnpm build Build your production site to ./dist/
pnpm preview Preview your build locally, before deploying
pnpm astro ... Run CLI commands like astro add, astro check
pnpm astro --help Get help using the Astro CLI

📝 License

The project is licensed under the GNU Affero General Public License.

You may use the source code of the project accordingly.

👨🏻‍🔬 Author

The project is developed by Berzan with his blood, sweat, and tears.