public | ||
src | ||
.editorconfig | ||
.gitignore | ||
Dockerfile | ||
index.html | ||
LICENSE | ||
package-lock.json | ||
package.json | ||
README.md | ||
tsconfig.app.json | ||
tsconfig.json | ||
tsconfig.node.json | ||
vite.config.ts |
Malackathon-frontend
Malackathon CyberBokeron frontend.
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:
- Clone the repo:
git clone https://openbokeron.uma.es/gitea/CyberBokeron/Malackathon-frontend.git
- Go to project directory:
cd Malackathon-frontend
- 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 projectnpm 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:
- Fork the project
- Create new branch (
git checkout -b feature-nueva-funcionalidad
). - Commit changes (
git commit -am 'Añadir nueva funcionalidad'
). - Push your branch (
git push origin feature-nueva-funcionalidad
). - Open a pull request.
License
This project is licensed under AGPLv3.