You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
1 year ago | |
---|---|---|
docs | 1 year ago | |
linkinfo | 1 year ago | |
.gitignore | 1 year ago | |
LICENSE | 1 year ago | |
README.rst | 1 year ago | |
pyproject.toml | 1 year ago | |
setup.cfg | 1 year ago | |
setup.py | 1 year ago |
README.rst
LinkInfo
An open source profile and link page.
Deploy
The easiest way to deploy LinkInfo is via our Docker image:
docker pull raoulsnyman/linkinfo
For more information on deployment via containers, see Deployment
Install
To install LinkInfo manually, just use pip
:
pip install LinkInfo
Development
To get started with development, clone the LinkInfo repository, create a virtual environment, and install LinkInfo:
git clone https://git.snyman.info/linkinfo/linkinfo.git
virtualenv .venv
source .venv/bin/activate
pip install -e .