Skip to content

heroku-examples/luminaire-solar-ui-demo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

72 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Luminaire Solar - Frontend

Deploy

Requirements

Installation

Install pnpm

corepack install -g pnpm@latest

Note

If corepack is not installed you can run npm install -g corepack

Install dependencies by running:

Warning

Don't mix pnpm and npm, pnpm is more performant and have better cache

Install dependencies by running:

Note

If you don't have pnpm install it by running corepack install -g pnpm

pnpm install

Create an Heroku application with:

heroku create <app-name>

Run the project locally with:

pnpm run dev

Environment Variables

Before running the project, you need to set up the environment variables.

Note

For a complete list of required environment variables, please refer to the sample .env file included in the repository.

Manual Deployment

To manually deploy to Heroku you can run:

git push heroku main

About

No description, website, or topics provided.

Resources

License

Code of conduct

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages