This repository was archived by the owner on Mar 21, 2025. It is now read-only.

Description
I tried running grunt serve
as per the documentation, but it results in:
β Warning: Task "serve" not found. Use --force to continue.
β
Running grunt
alone works fine.
After checking Gruntfile.js
and build/Gruntfile
, I found that there is no serve
task defined.
Steps to Reproduce:
- Clone the repository and navigate to the
community-app
directory.
- Run
npm install
and grunt serve
.
Expected Behavior:
- The
serve
task should either be available or replaced with the correct command.
Additional Info:
- OS: Windows
- Node.js Version: (Your Node Version)
- NPM Version: (Your NPM Version)
πΉ Please confirm if grunt serve
is still supported or if there is an alternative command.