https://github.com/wilfriedago/astrowind
Personnal portfolio website using Astro.
https://github.com/wilfriedago/astrowind
astro blog github-actions github-pages jamstack javascript netlify nodejs personal-website portfolio static-site tailwindcss
Last synced: 5 months ago
JSON representation
Personnal portfolio website using Astro.
- Host: GitHub
- URL: https://github.com/wilfriedago/astrowind
- Owner: wilfriedago
- License: mit
- Created: 2022-09-21T15:37:54.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-07-19T22:57:09.000Z (almost 3 years ago)
- Last Synced: 2024-04-22T14:44:56.416Z (about 2 years ago)
- Topics: astro, blog, github-actions, github-pages, jamstack, javascript, netlify, nodejs, personal-website, portfolio, static-site, tailwindcss
- Language: Astro
- Homepage: https://wilfriedago.me
- Size: 17.8 MB
- Stars: 2
- Watchers: 0
- Forks: 2
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Personal Portfolio Website
A Personal Portfolio Website built with AstroJS.
## Run Locally
### Prerequisites
- [NodeJS](https://nodejs.org/en/)
- [NPM](https://www.npmjs.com/)
### Installing
#### 1. Clone the repo
```sh
git clone https://github.com/wilfriedago/astrowind.git
```
#### 2. Install NPM packages
```sh
npm install
```
#### 3. Run the project
```sh
npm run dev
```
### Built for Production
#### 1. Build the project
```sh
npm run build
```
#### 2. Preview the project
```sh
npm run preview
```
## Feedback
If you have any feedback, please reach out to us at wilfriedago@pm.me