https://github.com/hellocoop/greenfielddemo
Single Page Hellō Demo App
https://github.com/hellocoop/greenfielddemo
hello openid-connect tailwindcss vite
Last synced: 8 months ago
JSON representation
Single Page Hellō Demo App
- Host: GitHub
- URL: https://github.com/hellocoop/greenfielddemo
- Owner: hellocoop
- License: mit
- Created: 2021-10-18T19:39:09.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2024-12-12T09:57:23.000Z (over 1 year ago)
- Last Synced: 2024-12-21T05:00:47.369Z (over 1 year ago)
- Topics: hello, openid-connect, tailwindcss, vite
- Language: JavaScript
- Homepage: https://greenfielddemo.com
- Size: 797 KB
- Stars: 4
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# Greenfield Demo
This repo contains the source code powering [https://greenfielddemo.com/](https://greenfielddemo.com/).
## Getting started
### Prerequisites
1. Git
1. Node (>=16.0.0), npm (>=7.0.0)
1. A fork of the repo (for any contributions)
1. A clone of the [greenfielddemo repo](https://github.com/hellocoop/greenfielddemo) on your local machine
### Running locally
1. `npm install`
1. `npm run dev`
1. `open http://localhost:5173` to open the site in your favorite browser
## License
[MIT](LICENSE)