1e6c9c7fb2ba861a3cabb9ae2e2d1eb2b23c02da
				
			
			
		
	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 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:
- 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.
Description
				
					Languages
				
				
								
								
									TypeScript
								
								93.9%
							
						
							
								
								
									Dockerfile
								
								2.3%
							
						
							
								
								
									HTML
								
								2%
							
						
							
								
								
									CSS
								
								1.8%