Welcome to the GDG Pisa Links project! This project is a simple web application that provides links to various GDG Pisa resources and social media platforms. It is built using TypeScript, Astro and Preact. Here are some of the features of the application:
-
Responsive design with support for dark mode
-
Links to GDG Pisa's social media platforms
-
Dynamic fetching and display of the latest GDG Pisa event
-
To update shown links just change the
./src/data.yaml
file
To get started with the project, clone the repository and install the
dependencies (with npm
or bun
):
$ git clone https://github.com/aziis98/gdg-pisa-linktree
$ cd gdg-pisa-linktree
$ npm install
To run the project locally, use the following command:
$ npm run dev
This will start a development server and you can view the application in your
browser at http://localhost:4321
.
To build the project for production, use the following command:
npm run build
This will create a dist/
directory with the production build of the
application.