Prototype of an e-commerce website. Live demo
To run this project locally, follow these steps:
-
Clone the repository (
git clone https://github.com/caiohenrique-3/all-goods-galaxy.git
) -
Navigate to the project directory (
cd all-goods-galaxy
) -
Install dependencies (
npm install
) -
Start the development server (
npm run dev
)
The project will be accessible at http://127.0.0.1:8080.
To contribute to this project, follow these steps:
- Fork the repository
- Create a new branch (
git checkout -b feature
) - Make your changes and commit them (
git commit -m 'Add new feature'
) - Push to the branch (
git push origin feature
) - Open a pull request
If you encounter any issues or have suggestions for improvements, please open an issue.
Special thanks to the following resources for their contributions to this project:
This project is licensed under the MIT License.