(ai generated readme lulz xd)
This project is a web application that fetches and displays news from a university website. It's built with SolidJS, a declarative JavaScript library for building user interfaces. It implements Axios' API Interceptor mechanisms.
- Fetches news from the university website
- Displays news in a user-friendly format
- Responsive design that works on both desktop and mobile browsers
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.
- Node.js
- npm
- Clone the repository:
git clone https://github.com/komadiina/scrubber.git
- Navigate to the project directory:
cd scrubber
- Install the dependencies:
npm i # npm install
Start the development server:
npm run dev
This will start the development server at http://localhost:3000
. The server will automatically reload if you change any of the source files.
To build the project for production, run:
npm run build
This will create a production-ready build in the dist
directory.