Formerly known as PlotSystemAPI
Network API Documentation: https://buildtheearth.github.io/network-api/
- Install Node.js version 18.12.1 or higher
- Clone the repository by clicking the green "Code" button on this page or by entering this command:
git clone <github clone url>
- Change the name from
_config.json5
toconfig.json5
and enter the correct values for your server. - Install the dependencies
cd network-api
npm install
- Build the system
npm run build
- Start the server
npm start
Open http://localhost:8080 with your browser to see the result.