Skip to content

NeuDayAI/NeuDayAI_Static_Website

Repository files navigation

NeuDayAI Static Website

Welcome to the NeuDayAI Static Website repository. This project is built using Astro, a modern static site generator.

About NeuDayAI

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.

Project Structure

The project is organized as follows:

  • src/pages/: Contains the .astro and .md files 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.

Getting Started

To get started with the project, follow these steps:

  1. Clone the repository:
    git clone https://github.com/NeuDayAI/NeuDayAI_Static_Website.git
  2. Navigate to the project directory:
    cd NeuDayAI_Static_Website
  3. Install dependencies:
    npm install
  4. Start the development server:
    npm run dev

Contributing

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.

License

This project is licensed under the MIT License. See the LICENSE file for more details.

Contact

For any inquiries, please contact us at contact@neudayai.com.

🧞 Other Useful Commands

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

About

NeuDayAI's company website. Build using astro and is static for now.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages