Welcome to the NeuDayAI Static Website repository. This project is built using Astro, a modern static site generator.
NeuDayAI is dedicated to providing cutting-edge AI solutions to enhance productivity and innovation. Our static website serves as a platform to showcase our projects, share updates, and provide resources for the community. Please note that the website is currently under development, and new features and content are being added regularly.
The project is organized as follows:
src/pages/: Contains the.astroand.mdfiles for the website pages.public/: Contains static assets like images and other media files.components/: Reusable UI components used across the website.layouts/: Layout components that define the structure of the pages.
To get started with the project, follow these steps:
- Clone the repository:
git clone https://github.com/NeuDayAI/NeuDayAI_Static_Website.git
- Navigate to the project directory:
cd NeuDayAI_Static_Website - Install dependencies:
npm install
- Start the development server:
npm run dev
We welcome contributions from the community. If you have any suggestions, bug reports, or feature requests, please open an issue or submit a pull request.
This project is licensed under the MIT License. See the LICENSE file for more details.
For any inquiries, please contact us at contact@neudayai.com.
All commands are run from the root of the project, from a terminal:
| Command | Action |
|---|---|
npm install |
Installs dependencies |
npm run dev |
Starts local dev server at localhost:4321 |
npm run build |
Build your production site to ./dist/ |
npm run preview |
Preview your build locally, before deploying |
npm run astro ... |
Run CLI commands like astro add, astro check |
npm run astro -- --help |
Get help using the Astro CLI |