Socket
Socket
Sign inDemoInstall

linkn

Package Overview
Dependencies
12
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    linkn

A link in bio launchpad powered by Airtable


Version published
Maintainers
1
Created

Readme

Source

Linkn

A link in bio launchpad powered by Airtable

Installation

  • Clone the repository.

    git clone git@github.com:laurenhamel/linkn.git
    
  • Install dependencies.

    npm install && composer install
    
  • Create an AirTable 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 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.

    # 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!

Keywords

FAQs

Last updated on 01 Apr 2020

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc