LuminaPress FrontEnd is the frontend application for LuminaPress, developed using ReactJS and hosted on Firebase Hosting. This repository encompasses the user interface, dynamic news visualizations, and responsive design to ensure a seamless experience across web platforms.
- src/: Source code for the application
- components/: React components
- pages/: React page components
- assets/: Static assets like styles and images
- redux/: Redux state management
- public/: Publicly accessible files
- cypress/: End-to-end tests
- Node.js (v14 or higher)
- npm or yarn
- Clone the repository:
git clone https://github.com/LuminaPress/LuminaPress-FrontEnd.git
- Navigate to the project directory:
cd LuminaPress-FrontEnd
- Install the dependencies:
npm install # or yarn install
To start the development server, use:
npm start
# or
yarn start
This will launch the application in your default web browser.
To run end-to-end tests with Cypress, use:
npx cypress open
# or
yarn cypress open
To create a production build, use:
npm run build
# or
yarn build
This will generate static files in the dist
directory that can be deployed to Firebase Hosting.
Feel free to open issues and submit pull requests. For major changes, please open an issue first to discuss what you would like to change.
This project is licensed under the Apache-2.0 License.
For any questions or feedback, please reach out to [your email or contact information].