This is the landing page for DynamyX. It is built using Astro, React, and Tailwind CSS.
- Clone this repo
- Run
bun install
to install dependencies - Run
bun run dev
to start the local dev server - Open localhost:4321 in your browser
The font used is Barlow The icons used are from Radix UI and Lucide
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 |