Go to file
2024-10-17 15:22:54 +02:00
public initial vite 2024-10-17 12:32:06 +02:00
src home básico 2024-10-17 15:22:54 +02:00
.editorconfig initial vite 2024-10-17 12:32:06 +02:00
.gitignore initial vite 2024-10-17 12:32:06 +02:00
Dockerfile Dockerfile actualizado 2024-10-17 13:02:43 +02:00
index.html home básico 2024-10-17 15:22:54 +02:00
LICENSE Initial commit 2024-10-17 11:23:23 +02:00
package-lock.json home básico 2024-10-17 15:22:54 +02:00
package.json home básico 2024-10-17 15:22:54 +02:00
README.md Actualizar README.md 2024-10-17 12:38:34 +02:00
tsconfig.app.json initial vite 2024-10-17 12:32:06 +02:00
tsconfig.json initial vite 2024-10-17 12:32:06 +02:00
tsconfig.node.json initial vite 2024-10-17 12:32:06 +02:00
vite.config.ts initial vite 2024-10-17 12:32:06 +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:8080 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.