Skip to content

ArshdeepGrover/commudle-ng

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9,537 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Commudle Logo

Commudle

www.commudle.com

This is a community management platform for Tech Communities across the world. The inspiration being the personal experiences of Community Organizers.

To setup

  • Install Node.js and npm (at least version 18 of Node.js and at least version 9 of npm)
  • Install @angular/cli
  • Clone the project.
  • Run npm ci.
  • Run npx nx run commudle-admin:serve for a dev server. Navigate to http://localhost:4200/.
  • The development server directly interacts with the production APIs.

To create new components, service and interface

  • For Component Run npx nx g @nx/angular:component <component-name>
  • For Service Run npx nx g @nx/angular:service <service-name>
  • For Interface Run npx nx g @nx/angular:interface <interface-name>

Login/Sign Up for Development

Build for production

  • Run npx nx reset to clear cache.
  • Run npx nx run commudle-admin:release (or npm run build:ssr) to build the SSR deploy artifact.
    • Output: prod-server.zip
    • Contains: commudle-admin/browser (static assets) + commudle-admin/server (SSR Node server)
    • Deployment: upload prod-server.zip to the Elastic Beanstalk environment.

Design Framework / UI Kit

About

World's first community management platform. And it's free!

Resources

License

Code of conduct

Contributing

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • TypeScript 57.1%
  • HTML 28.9%
  • SCSS 12.9%
  • Other 1.1%