Live Here: https://react-cebu.netlify.app/
You can access the website's figma design here.
Clone the repository:
git clone https://github.com/jacobbalane/react-cebu-website-v2.git
cd react-cebu-website-v2
Install dependencies:
npm install
Run the development server:
npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun dev
Open http://localhost:3000 with your browser to see the result.
We welcome contributions to improve the React Cebu website! Here's how you can get involved:
- Fork the Repository:
- Click the 'Fork' button on the top right to create a copy of the repository on your GitHub account.
- Create a New Branch:
- Make sure you're on your forked repository, then create a new branch for your changes.
git checkout -b feature/your-feature-name
- Make Your Changes:
- Implement your changes, add new features, or fix bugs.
- Commit Your Changes:
- Write a meaningful commit message to describe your changes.
git commit -m "Add detailed description of your changes"
- Push Your Changes:
- Push the changes to your forked repository.
git push origin feature/your-feature-name
- Open a Pull Request (PR):
- Go to the original repository and open a Pull Request. Provide a detailed description of your changes and link to any related issues.
If you find any bugs or have suggestions, please create an issue here. Make sure to provide as much information as possible.
We appreciate your contributions and support! 🎉 Feel free to reach out if you have any questions, and let's build something amazing together. Happy coding!