This is the source code for bdougie.dev, a social link website built with Astro.
To run this project locally:
# Clone the repository
git clone https://github.com/bdougie/b.dougie.dev.git
cd b.dougie.dev
# Install dependencies
npm install
# Start the development server
npm run dev
The site will be available at http://localhost:4321
.
This is a simple personal website that includes:
- A profile section with avatar
- Social media links
- Footer with additional resources
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 |
This site is built with Astro. To learn more about Astro, check out: