Welcome to the Make IT Logical website repository. This is a minimalistic website for the web app agency "Make IT Logical". Feel free to use it as you wish.
The frontend client is built using the following technologies:
- TypeScript
- JavaScript
- Vue.js
- Vite
- TailwindCSS
Each action should be executed from the client
directory.
To start the development server, run:
npm run dev
To build the project for production, run:
npm run build
To lint the project files, run:
npm run lint
The backend part will be filled in later.
This project is open-source and available for use under the terms specified in the LICENSE file.