NikGariel / cryptopay-landing

CryptoPay Landing πŸ•ΈοΈ Contest for Web Developers πŸ“† End: 12.10.2023, 20:00 (UTC) Task: Develop the layout of a one-page website in full compliance with the submitted design

Home Page:https://cryptopay-landing.pages.dev/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

CryptoPay Landing: Landing Contest for Web Developers

by NikGariel

πŸš€ Welcome to the cryptopay-landing repository! This is the official repository for my entry in the Web Developers Challenge. In this contest, I'll be developing a one-page website layout in accordance with the provided design, using the performance-optimized Astro 3 framework. This repository will house all the project files, including the Astro 3 code, HTML, CSS, and JavaScript, as well as any other related assets.

Are you a representative of CryptoPay? Then read the license agreement.

just-the-cover

πŸš€ Project Structure

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

/
β”œβ”€β”€ public/
β”‚   └── favicon.svg
β”œβ”€β”€ src/
β”‚   β”œβ”€β”€ components/
β”‚   β”‚   └── Card.astro
β”‚   β”œβ”€β”€ assets/
β”‚   β”‚   └── 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
npm install Installs dependencies
npm run dev Starts local dev server at localhost:4321
npm run build Build your production site to ./dist/
npm run preview Preview your build locally, before deploying
npm run astro ... Run CLI commands like astro add, astro check
npm run astro -- --help Get help using the Astro CLI

About

CryptoPay Landing πŸ•ΈοΈ Contest for Web Developers πŸ“† End: 12.10.2023, 20:00 (UTC) Task: Develop the layout of a one-page website in full compliance with the submitted design

https://cryptopay-landing.pages.dev/

License:Other


Languages

Language:Astro 98.3%Language:JavaScript 1.7%