This is the marketing website for the Automatos AI platform. It's built with Next.js and Tailwind CSS.
- Node.js 18.18.0 or higher
- npm 9.8.1 or higher
-
Clone the repository:
git clone https://github.com/your-username/automatos-maketing-site.git cd automatos-maketing-site
-
Install dependencies:
npm install
-
Start the development server:
npm run dev
-
Open http://localhost:3000 in your browser to see the site.
tailwind.config.js
: Tailwind CSS configurationpostcss.config.js
: PostCSS configurationnext.config.js
: Next.js configurationtsconfig.json
: TypeScript configuration
The project uses the following key dependencies:
- Next.js 13.5.1
- React 18.2.0
- Tailwind CSS 3.3.3
- Framer Motion for animations
- Recharts for charts and data visualization
- Radix UI components for accessible UI elements
If you encounter dependency issues, make sure your Node.js version is 18.18.0 or higher. You can use nvm to manage Node.js versions:
nvm install 18.18.0
nvm use 18.18.0
Then clean and reinstall the dependencies:
rm -rf node_modules
npm install
To build the site for production:
npm run build
To start the production server:
npm start
This project is part of the Automatos AI platform. See the LICENSE file for details.