Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pojntfx/pojtinger.com
A site for my family.
https://github.com/pojntfx/pojtinger.com
family-site landing landing-page parcel parcel-bundler parceljs semantic-ui-react
Last synced: 24 days ago
JSON representation
A site for my family.
- Host: GitHub
- URL: https://github.com/pojntfx/pojtinger.com
- Owner: pojntfx
- License: agpl-3.0
- Created: 2019-12-24T10:13:04.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2024-03-19T21:00:12.000Z (10 months ago)
- Last Synced: 2024-05-02T02:57:22.424Z (8 months ago)
- Topics: family-site, landing, landing-page, parcel, parcel-bundler, parceljs, semantic-ui-react
- Language: TypeScript
- Homepage: https://pojtinger.com/
- Size: 2.14 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# Family Site
A site for my family.
## Overview
This is a site for my family that links to each person's socials.
It provides the following information:
- Profile pictures
- Social accounts (Instagram etc.)
- Mail addresses
- Personal website links (if available)## Installation
Simply visit the [public deployment](https://pojtinger.com/) to access the site:
[](https://pojtinger.com/)
## Screenshots
Click on an image to see a larger version.
## Acknowledgements
- [parcel-bundler/parcel](https://parceljs.org/) provides the build system.
- [Semantic-Org/Semantic-UI-React](https://react.semantic-ui.com/) provides the design system.## Contributing
To contribute, please use the [GitHub flow](https://guides.github.com/introduction/flow/) and follow our [Code of Conduct](./CODE_OF_CONDUCT.md).
To build the site locally, run:
```shell
$ git clone https://github.com/pojntfx/pojtinger.com.git
$ cd pojtinger.com
$ npm install --legacy-peer-deps
$ npm run dev
```## License
Family Site (c) 2024 Felicitas Pojtinger
SPDX-License-Identifier: AGPL-3.0