/open-pioneer-trails-hackathon

Project to get started with the Open Pioneer Trails web client framework.

Primary LanguageTypeScriptApache License 2.0Apache-2.0

Open Pioneer Starter

Build status Dependency audit

Samples | API Documentation | User manual

Quick start

Ensure that you have Node (Version 16 or later) and pnpm (Version 8.x) installed.

Then execute the following commands to get started:

$ git clone https://github.com/open-pioneer/trails-starter.git # Clone the repository
$ cd starter
$ pnpm install                                                 # Install dependencies
$ pnpm run dev                                                 # Launch development server

Vite will print the project's local address (usually http://localhost:5173/). Point your browser at it and start programming!

Additional in-depth information can be found in the Documentation.

See also

License

Apache-2.0