· Report Bug · Request Feature
The only Link you will ever need in your bio. Share all your socials and other links through OneLink.
- WIP
| Stack | - | - | - | - | - |
|---|---|---|---|---|---|
| FrontEnd |
Start developing locally.
Fork the repository. then clone the repo locally by doing -
git clone https://github.com/GypsyDangerous/OneLink.gitcd into the directory
cd OneLinkIn the root folder do npm install.
npm installTo run the server you will also need to provide the .env variables
- create a new file .env in the root
- open .env.sample
- copy the contents and paste it to the .env with valid keys
npm run devAfter cloning & setting up the local project you can push the changes to your github fork and make a pull request.
You can also run the tests locally to see if everything works fine with
npm run testgit add .
git commit -m "feat: added new stuff"
git push YOUR_REPO_URL developMade with ❤️ and javascript




