# 💻 CodeDev 🌐
Fictional landing page about a consulting firm. Made with Astro, Tailwind, GSAP and Three.js.
View Demo
·
Report Bug
·
Request Feature
Table of contents
- [About The Project](#about-the-project)
- [Screenshots](#screenshots)
- [Built With](#built-with)
- [Getting Started](#getting-started)
- [License](#license)
- [Contact](#contact)
## About The Project
Fictional landing page about a consulting firm. Made with Astro, Tailwind, GSAP and Three.js. It features two languages, GSAP animations, an animated 3D logo made with Three.js, among other things.
### Built With
List of the frameworks, libraries and tools used to build the project.
* [Astro](https://astro.build/)
* [Vercel](https://vercel.com/)
* [Tailwind CSS](https://tailwindcss.com/)
* [Figma](https://www.figma.com/)
* [Iconify](https://iconify.design)
* [Three.js](https://threejs.org/)
* [GSAP](https://gsap.com/)
## Getting Started
1. Clone or fork the repo
```sh
git clone https://github.com/cosmoart/CodeDev
```
2. Install NPM packages
```sh
npm install
```
3. Run the project
```sh
npm run dev
```