Skip to content

Latest commit

 

History

History
31 lines (19 loc) · 668 Bytes

README.md

File metadata and controls

31 lines (19 loc) · 668 Bytes

IP Locations

Web UI to display on a map ip ranges obtained from https://lite.ip2location.com/

Made with Remix

Hosted on Netlify Netlify Status

Development

From your terminal:

npm run dev

This starts your app in development mode, rebuilding assets on file changes.

Deployment

First, build your app for production:

npm run build

Then run the app in production mode:

npm start