Welcome to the 2024 edition of Dav/Devs portfolio website, powered by Astro SSG and styled with TailwindCSS.
- Clone the Repository:
git clone https://github.com/your-username/davdevs-2024.git
- Navigate to the Project Directory:
cd davdevs-2024
- Install Dependencies:
npm install
- Run the Development Server:
npm run dev
- Open in Browser:
Open your web browser and go to http://localhost:3000 to view the website.
Astro SSG:
Astro is used as the static site generator, providing a fast and efficient development environment.
TailwindCSS:
TailwindCSS is the chosen CSS framework, ensuring a responsive and visually appealing design.
Features
- Streamlined and modern design.
- Responsive layout for various devices.
- Interactive elements for an engaging user experience.
davdevs-2024/
|-- .astro/
|-- public/
|-- src/
| |-- assets/
| |-- components/
| |-- content/
| |-- layouts/
| |-- lib/
| |-- pages/
| |-- scripts/
| |-- styles/
|-- .gitignore
|-- package.json
|-- README.md
|-- and more...
If you have any suggestions or find issues, feel free to open an issue or submit a pull request.
This project is licensed under the MIT License. Feel free to use and modify the code for your own portfolio.