This project aims to collect and organize information about climbing gyms in Taiwan. The project is developed using React and Tailwind CSS. You can see the demo of the project on GitHub Pages at https://ron221.github.io/climbing-gym-in-taiwan/. Please note that the data is currently incomplete, but we are continuously adding more information.
To run this project locally, you can clone the repository and install the dependencies using npm
.
git clone https://github.com/ron221/climbing-gym-in-taiwan.git
cd climbing-gym-in-taiwan
npm install
Then, you can start the development server using the following command:
npm start
This will start the development server at http://localhost:3000.
We welcome contributions to this project! If you find any errors or have information to add, please create an issue or submit a pull request.
This project is licensed under the MIT License. See the LICENSE file for details.