Datahjälp is a company that provides computer repair services and information about pricing and contact details. The company is located at Ringvägen 5, Stockholm, Sweden. This project is the official website for Datahjälp, featuring a responsive design that works well on all devices.
- 📱 Responsive design for all devices
- 💰 Transparent pricing information
- 📞 Easy access to contact details
- 🎯 Company information and services
- 🎁 Competition participation
- 🏢 Location information
- Node.js (>=16.0.0)
- Yarn package manager
- Clone the repository:
git clone https://github.com/fadihanna123/DatahjalpProjekt.git
cd DatahjalpProjekt
- Install dependencies:
yarn setup
- Start the development server:
yarn dev
The website will be available at http://localhost:3000
yarn setup
- Install project dependenciesyarn dev
- Start development serveryarn lint
- Run ESLint, Stylelint, and HTMLHintyarn format
- Format code using Prettieryarn clear
- Remove node_modules directory
This project uses several tools to maintain code quality:
- ESLint for JavaScript linting
- Stylelint for CSS linting
- HTMLHint for HTML validation
- Prettier for code formatting
- Husky for git hooks
Contributions are welcome! Please follow these steps:
- Fork the repository
- Create your feature branch (
git checkout -b feature/amazing-feature
) - Commit your changes (
git commit -m 'Add some amazing feature'
) - Push to the branch (
git push origin feature/amazing-feature
) - Open a Pull Request
This project is licensed under the MIT License - see the LICENSE file for details.