Skip to content

Volue-Public/ladeassistent.no

Repository files navigation

Ladeassistent

Ladeassistent is a example project mainly focused on showcasing various ways to render data from the Spark API. It can be run locally by following the instructions below, or you can visit it here.

Getting Started

Create a .env.local file

Before running the project you have to create and populate a .env.local with variables found in the .env.template file. The PLATFORM_CLIENT_ID and PLATFORM_CLIENT_SECRET needs to contain your API credentials.

Run the project using yarn

#   Install dependencies
yarn
#   Start server
yarn dev

Alternatively

Run the project using npm by first deleting the yarn.lock file, then run the following commands

#   Install dependencies
npm install
#   Start the server
npm run dev

Open http://localhost:3000 to reach the local dev server.

About

A demo app for Spark-services

Resources

License

Contributing

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors