Skip to content

vikinghug/aeternum-map

 
 

Repository files navigation

Aeternum Map - Interactive map for New World

Get all the locations, farming spots, resources, lore documents, chests, mobs and more!

Contribution

This app is Open Source. Contributors are highly welcome!

Join us on our Discord.

Install dependencies

This project is based on Node.js. Make sure you have Node.js installed before installing the dependencies with:

npm install

Please take a look at the README files in the apps subfolders to setup the environment variables.

Run development

npm run dev

This will run all apps in this project in development mode.

Build project

You can build a production version of the server and client with:

npm run build

It is required to call this at least once before you can run this app in development mode.

Licensing

MIT

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 93.6%
  • CSS 2.8%
  • JavaScript 2.4%
  • HTML 1.2%