dragonschildstudios.com/README.md

39 lines
1.1 KiB
Markdown
Raw Permalink Normal View History

2023-10-18 05:22:15 -07:00
# DragonsChild
2023-10-18 02:48:52 -07:00
2023-10-18 05:22:15 -07:00
Dark themed website template built on AstroJS, designed for saas/startup business.
## Tech stack:
Astro, React, Tailwind, Framer Motion
## Live link
2023-10-19 22:56:07 -07:00
https://dragonschildstudios.com/
2023-10-18 05:22:15 -07:00
## 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 |