https://github.com/dilanrojas/news-homepage
Frontend Mentor Challenge
https://github.com/dilanrojas/news-homepage
astro frontend-mentor-challenge
Last synced: 3 months ago
JSON representation
Frontend Mentor Challenge
- Host: GitHub
- URL: https://github.com/dilanrojas/news-homepage
- Owner: dilanrojas
- Created: 2024-03-18T23:41:36.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-09-07T02:06:40.000Z (9 months ago)
- Last Synced: 2025-01-11T21:11:21.936Z (4 months ago)
- Topics: astro, frontend-mentor-challenge
- Language: Astro
- Homepage: https://news-homepage-bo9.pages.dev/
- Size: 224 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Demo
You can view a live demo [here](https://news-homepage-bo9.pages.dev/)
## Technologies Used
- Astro
- HTML5
- CSS3
- JS## Installation
To run the project locally, follow these steps:
1. Clone the repository to your local machine
```bash
git clone https://github.com/dilanrojas/news-homepage-main.git
```2. Install dependencies using NPM
```bash
npm install
```3. Initialize the project
```bash
npm run dev
```