Skip to content
This repository has been archived by the owner on Oct 31, 2023. It is now read-only.

Latest commit

 

History

History
15 lines (8 loc) · 500 Bytes

README.md

File metadata and controls

15 lines (8 loc) · 500 Bytes

OSM Galaxy UI:

This is the frontend interface for the OSM Galaxy project built using React.

Get Started:

  • The dependencies that must be available globally on your system are: NodeJS (14 - 15) and NPM

  • Create a .env file in the base directory.

  • Copy the contents of the sample env file file into your new .env file and adjust accordingly.

  • In the main directory, run npm i to install dependencies.

  • To start the server, run npm start.