Welcome to the usarral.com
repository! This project is a website built using various technologies including Astro, TypeScript, JavaScript, Tailwind, Daisy UI.
- 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.
To get started with the project, follow these steps:
- Node.js (Ensure you have the latest version installed)
-
Clone the repository:
git clone https://github.com/usarral/usarral.com.git cd usarral.com
-
Install the dependencies:
npm install
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.
To build the project for production, use the following command:
npm run build
The built files will be generated in the dist directory.
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!