An app designed to help keep track of nuzlocke soul-link playthroughs in a user friendly manner
View Demo
·
Report Bug
·
Request Feature
This is a tool designed to help people keep track of their pokemon in a nuzlocke soul link challange. No login or signup is required, and if you don't already have a list, you can start a new with a simple click!
- Instant Syncing Between Users
- Create New Links
- Search Links
- Distory Links
- Easy URL Sharing of Lists
To get a local copy up and running follow these simple example steps. instructions are written for yarn
but npm works as well.
If you wish to work on the website, you'll need to make sure you have either npm
or yarn
installed.
- yarn
https://classic.yarnpkg.com/lang/en/docs/install
- npm
https://docs.npmjs.com/downloading-and-installing-node-js-and-npm
You'll also need to install and setup Firebase
if you plan on testing locally or deploying new cloud function code.
- Firebase
https://firebase.google.com/docs/functions/get-started#set-up-node.js-and-the-firebase-cli
- Clone the repo
git clone https://github.com/EladKarni/soul-link.git
- Install packages
yarn
- Run local dev server
yarn start
- Make sure you change
template.env.local
to.env.local
and add the required fields from your Firebase config file.
Contributions are what make the open source community such an amazing place to be learn, inspire, and create. Any contributions you make are greatly appreciated.
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature
) - Commit your Changes (
git commit -m 'Add some AmazingFeature'
) - Push to the Branch (
git push origin feature/AmazingFeature
) - Open a Pull Request
Distributed under the MIT License. See LICENSE
for more information.