Welcome to the LareiraConf Main Page repository. This project contains the source code for the main page of the LareiraConf website.
LareiraConf is a conference focused on technology and community based in A Coruña. This repository contains the code for the main page of the conference website, built using Astro.
To get started with the project, follow these steps:
- Clone the repository:
git clone git@github.com:Gallegarmy/LareiraConf-MainPage.git
- Navigate to the project directory:
cd LareiraConf-MainPage
- Install the dependencies:
npm install
To run the project locally, use the following command:
npm start
This will start a local development server and you can view the site at http://localhost:3000.
We welcome contributions to improve the LareiraConf Main Page. To contribute, please follow these steps:
- Fork the repository.
- Create a new branch:
git checkout -b feature/your-feature-name
- Make your changes and commit them:
git commit -m "Add your message here"
- Push to the branch:
git push origin feature/your-feature-name
- Open a pull request on GitHub.
This project is licensed under the GNU General Public License v3.0. See the LICENSE file for details.