Nether Link is a web application that provides an easy interface to manage the relative position of Nether portals and which portals they link to. View the app online at https://www.brandonfowler.me/nether-link/.
To install dependencies, run npm install. To launch the development server, run npm run dev. To make a build of Nether Link, run npm run build. Use the commands npm run lint and npm run fix to view and fix linting issues respectively.