No description
Find a file
2023-10-20 00:32:14 -07:00
public Added favicon.ico 2023-10-19 01:38:20 +13:00
src Update src/components/Footer.jsx 2023-10-20 00:32:14 -07:00
.gitignore Upload files to "/" 2023-10-18 05:14:50 -07:00
astro.config.mjs Upload files to "/" 2023-10-18 05:14:50 -07:00
LICENSE Upload files to "/" 2023-10-18 05:14:50 -07:00
package.json Update package.json 2023-10-19 19:32:10 -07:00
pnpm-lock.yaml Upload files to "/" 2023-10-18 05:14:50 -07:00
README.md Update README.md 2023-10-19 22:56:07 -07:00
tailwind.config.cjs Upload files to "/" 2023-10-18 05:14:59 -07:00
tsconfig.json Upload files to "/" 2023-10-18 05:14:59 -07:00

DragonsChild

Dark themed website template built on AstroJS, designed for saas/startup business.

Tech stack:

Astro, React, Tailwind, Framer Motion

https://dragonschildstudios.com/

Project Structure

├── public/
│   └── favicon.svg
├── src/
│   ├── assets
│   │   ├── icons
│   │   ├── images
│   │   └── logos
│   ├── components
│   ├── layouts
│   ├──  pages
│   └── styles
└── package.json

How to run

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:3000
npm run build Build your production site to ./dist/
npm run preview Preview your build locally, before deploying