Web design of a landing page for my fictional software development company.
To develop this project I used next.js and styled it in a fully responsive way using tailwind and some components from shancn.ui
Still in the development process...
- Javascript
- Next.js
- Tailwind
- Shadcn
- Git
# 1. Clone the project
git clone https://github.com/dev-andreola/solve-tech.git
# 2. Install dependencies
npm install
# 3. Run live server
npm run dev
The content may contain some errors as I am a student and the repository is constantly evolving.
Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.
If you have any corrections or improvements that would make this better, please fork the repo and create a pull request.
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/Feature
) - Commit your Changes (
git commit -m 'Add some Feature'
) - Push to the Branch (
git push origin feature/Feature
) - Open a Pull Request