This is the frontend interface for the OSM Galaxy project built using React.
-
The dependencies that must be available globally on your system are: NodeJS (14 - 15) and NPM
-
Create a
.envfile in the base directory. -
Copy the contents of the sample env file file into your new
.envfile and adjust accordingly. -
In the main directory, run
npm ito install dependencies. -
To start the server, run
npm start.