Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/laurenhamel/linkn
A link in bio launchpad powered by Airtable
https://github.com/laurenhamel/linkn
airtable link-in-bio link-to
Last synced: 6 days ago
JSON representation
A link in bio launchpad powered by Airtable
- Host: GitHub
- URL: https://github.com/laurenhamel/linkn
- Owner: laurenhamel
- Created: 2020-03-31T23:26:13.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2022-12-06T16:36:51.000Z (almost 2 years ago)
- Last Synced: 2024-10-05T07:38:17.917Z (about 1 month ago)
- Topics: airtable, link-in-bio, link-to
- Language: CSS
- Size: 1.63 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 13
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Linkn
> A link in bio launchpad powered by Airtable
## Installation
- Clone the repository.
```bash
git clone [email protected]:laurenhamel/linkn.git
```- Install dependencies.
```bash
npm install && composer install
```- Create an [AirTable](https://airtable.com/) base to store your links. If using the default configurations, then make sure your AirTable contains columns named `Title` and `Link` for the link name and URL, respectively.
- Setup your `.env` file. See [`.env.example`](https://github.com/laurenhamel/linkn/blob/master/.env.example) for help.
- Further customize your project by:
- Replacing any default images found in `assets/images` with your own.
- Adding your brand details in `assets/data/brand.json`.
- Tweaking the project settings in `assets/data/settings.json`.
- Configuring your project's styles in `assets/scss/config/*.scss`.
- Continuing to build out the project to fit your needs!- Build the project.
```bash
# For development environments:
grunt build:dev# For production environments:
grunt build:prod
```- Finally, add links into your AirTable base, include a link to a hosted version of your project in all your socials, and enjoy!