|
1 | | -# Astro Starter Kit: Basics |
| 1 | +# 🚀 d4bit's Portfolio |
2 | 2 |
|
3 | | -```sh |
4 | | -npm create astro@latest -- --template basics |
5 | | -``` |
| 3 | +This is the source code for my personal website, built with a focus on performance and clean design. |
6 | 4 |
|
7 | | -> 🧑🚀 **Seasoned astronaut?** Delete this file. Have fun! |
8 | | -
|
9 | | -## 🚀 Project Structure |
10 | | - |
11 | | -Inside of your Astro project, you'll see the following folders and files: |
12 | | - |
13 | | -```text |
14 | | -/ |
15 | | -├── public/ |
16 | | -│ └── favicon.svg |
17 | | -├── src |
18 | | -│ ├── assets |
19 | | -│ │ └── astro.svg |
20 | | -│ ├── components |
21 | | -│ │ └── Welcome.astro |
22 | | -│ ├── layouts |
23 | | -│ │ └── Layout.astro |
24 | | -│ └── pages |
25 | | -│ └── index.astro |
26 | | -└── package.json |
27 | | -``` |
| 5 | +## 🛠 Tech Stack |
28 | 6 |
|
29 | | -To learn more about the folder structure of an Astro project, refer to [our guide on project structure](https://docs.astro.build/en/basics/project-structure/). |
| 7 | +* **Framework:** [Astro](https://astro.build/) |
| 8 | +* **Styling:** [Tailwind CSS](https://tailwindcss.com/) |
| 9 | +* **Package Manager:** npm |
30 | 10 |
|
31 | | -## 🧞 Commands |
| 11 | +--- |
32 | 12 |
|
33 | | -All commands are run from the root of the project, from a terminal: |
| 13 | +## 💻 Local Development |
34 | 14 |
|
35 | | -| Command | Action | |
36 | | -| :------------------------ | :----------------------------------------------- | |
37 | | -| `npm install` | Installs dependencies | |
38 | | -| `npm run dev` | Starts local dev server at `localhost:4321` | |
39 | | -| `npm run build` | Build your production site to `./dist/` | |
40 | | -| `npm run preview` | Preview your build locally, before deploying | |
41 | | -| `npm run astro ...` | Run CLI commands like `astro add`, `astro check` | |
42 | | -| `npm run astro -- --help` | Get help using the Astro CLI | |
| 15 | +To get a local copy up and running, follow these steps in your terminal: |
43 | 16 |
|
44 | | -## 👀 Want to learn more? |
| 17 | +### 1. Clone the repo |
| 18 | +```bash |
| 19 | +git clone -b dev [https://github.com/d4bit/d4bit.github.io.git](https://github.com/d4bit/d4bit.github.io.git) |
| 20 | +cd d4bit.github.io |
| 21 | +``` |
| 22 | +### 2. Install dependencies |
| 23 | +```Bash |
| 24 | +npm install |
| 25 | +``` |
| 26 | +### 3. Spin up the dev server |
| 27 | +```Bash |
| 28 | +npm run dev |
| 29 | +``` |
45 | 30 |
|
46 | | -Feel free to check [our documentation](https://docs.astro.build) or jump into our [Discord server](https://astro.build/chat). |
| 31 | +Generated by d4bit |
0 commit comments