Skip to content

usarral/usarral.com

Repository files navigation

Usarral.com

Welcome to the usarral.com repository! This project is a website built using various technologies including Astro, TypeScript, JavaScript, Tailwind, Daisy UI.

Project Structure

  • Astro: The primary framework used for building the static site.
  • TypeScript: Used for type-safe JavaScript development.
  • JavaScript: Used for dynamic interactions on the site.
  • Tailwind and Daisy UI: Used for styling the website.

Getting Started

To get started with the project, follow these steps:

Prerequisites

  • Node.js (Ensure you have the latest version installed)

Installation

  1. Clone the repository:

    git clone https://github.com/usarral/usarral.com.git
    cd usarral.com
  2. Install the dependencies:

    npm install

Running the Project

To run the project locally, use the following command:

npm start

This will start the development server and you can view the website at http://localhost:3000.

Building the Project

To build the project for production, use the following command:

npm run build

The built files will be generated in the dist directory.

Contributing

We welcome contributions! If you would like to contribute, please follow these steps:

Fork the repository.
Create a new branch (git checkout -b feature/my-feature).
Make your changes and commit them, for commits please use conventional commits (git commit -am 'feat(name): add some feature').
Push to the branch (git push origin feature/my-feature).
Create a new Pull Request.

If you have any questions or feedback, feel free to reach out!

Thank you for checking out the usarral.com project!