- Notifications
You must be signed in to change notification settings - Fork2
License
heroku-examples/luminaire-solar-ui-demo
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
- Node.js LTS (>v20.x)
- AnHeroku account
- Heroku CLI
Install pnpm
corepack install -g pnpm@latest
Note
Ifcorepack is not installed you can runnpm install -g corepack
Install dependencies by running:
Warning
Don't mixpnpm andnpm,pnpm is more performant and have better cache
Install dependencies by running:
Note
If you don't havepnpm install it by runningcorepack install -g pnpm
pnpm install
Create an Heroku application with:
heroku create<app-name>
Run the project locally with:
pnpm run dev
Before running the project, you need to set up the environment variables.
Note
For a complete list of required environment variables, please refer to thesample .env file included in the repository.
To manually deploy to Heroku you can run:
git push heroku main
About
Resources
License
Code of conduct
Contributing
Security policy
Uh oh!
There was an error while loading.Please reload this page.
Stars
Watchers
Forks
Releases
Packages0
Uh oh!
There was an error while loading.Please reload this page.
Contributors5
Uh oh!
There was an error while loading.Please reload this page.