socialflow-linkinbio
v2025.5.1
Published
This is a React application for displaying articles in Linkin Bio of Instagram.
Readme
Overview
This is a React application for displaying articles in Linkin Bio of Instagram.
Setup
-- Install yarn from https://yarnpkg.com/cli/install
Run the project
Open the project folder and run yarn install. All needed node packages will be installed.
Open the project folder and run yarn start. The project will be started at localhost:8080
Documentation
Available Scripts
In the project directory, you can run:
yarn start
Runs the app in the development mode. Open http://localhost:8080 to view it in the browser.
The page will reload if you make edits. You will also see any lint errors in the console.
yarn test
Launches the test runner in the interactive watch mode. See the section about running tests for more information.
yarn build
Builds the app for production to the build folder.
It correctly bundles React in production mode and optimizes the build for the best performance.
The build is minified and the filenames include the hashes. Your app is ready to be deployed!
See the section about deployment for more information.
tests
cypress (end-to-end)
let the local dev server run (yarn start)
yarn cypress # interactive
yarn cypress:run # headless electronReleases
In order to create a release:
- Bump the version in package.json (YYYY.MM.)
- Commit and merge to main
- Tag the bump version commit with 'v'
- Execute:
yarn pack --out %s-%v.tgz - Copy the generated tarball to
sf-python/deps/and commit there - Copy the generated tarball to
sf-perl/deps/and commit there - Update all dependencies
