No description
  • JavaScript 67.8%
  • HTML 25.5%
  • CSS 4.4%
  • SCSS 2.3%
Find a file
2024-03-30 12:24:05 +05:00
.github/workflows fix cd 2023-08-21 01:56:54 +05:00
public Initial commit 2023-08-21 00:05:51 +05:00
src update links 2024-02-19 16:51:27 +05:00
.gitignore Initialize project using Create React App 2023-08-20 19:39:59 +05:00
LICENSE.md removed code from copyright 2023-08-24 03:07:54 +05:00
package-lock.json Bump express from 4.18.2 to 4.19.2 2024-03-29 07:32:27 +00:00
package.json license 2023-08-24 03:02:14 +05:00
README.md license link typo 2023-08-24 03:06:48 +05:00
screenshot.png readme update 2023-08-24 03:02:39 +05:00

NukDokPlex's Links (Linktree alternative)

Yet another incarnation of Linktr.ee built with React and Bootstrap.

Screenshot

Before

Just clone, and run npm ci to clean install required packages.

Customize

Just open file src/data.json and replace it with your info. Also you can customize css files. src/custom.scss is used to customize bootstrap.

Debug

You can launch React dev server by running npm run start. Hot reload is present.

Build

Just run npm run build and builded artifact will be available at ./build.

License

This project is licensed under The MIT License