Go to file
2024-10-17 12:02:14 +02:00
Dockerfile El Dockerfile para el fronted 2024-10-17 11:52:23 +02:00
LICENSE Initial commit 2024-10-17 11:23:23 +02:00
README.md Actualizar README.md 2024-10-17 12:02:14 +02:00

Malackathon-frontend

Malackathon CyberBokeron frontend.

Bulma SolidJS License

Contents


Description

Frontend made using SolidJS and Bulma as frameworks.

Features

  • Fast thanks to SolidJS
  • 🎨 Clear and responsive desing thanks to Bulma
  • 📦 Minimal configuration

Requirements

Before proceeding, make sure you have the following installed:

Installation

Follow this steps to set up the project locally:

  1. Clone the repo:
    git clone https://openbokeron.uma.es/gitea/CyberBokeron/Malackathon-frontend.git
    
  2. Go to project directory:
    cd Malackathon-frontend
    
  3. Install dependencies:
    npm install
    

Usage

To run server locally:

npm run dev

Go to http://localhost:3000 in your browser to see the app.

Commands

  • npm run build: Compile the project
  • npm run dev: Start development server.
  • npm run format: Format code using Prettier.
  • npm run lint: Run linter to keep the code clean.

Contributing:

If you'd like, you can contribute by doing the following steps:

  1. Fork the project
  2. Create new branch (git checkout -b feature-nueva-funcionalidad).
  3. Commit changes (git commit -am 'Añadir nueva funcionalidad').
  4. Push your branch (git push origin feature-nueva-funcionalidad).
  5. Open a pull request.

License

This project is licensed under AGPLv3.