Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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!