Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

commudle/commudle-ng

Open more actions menu

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10,128 Commits
10,128 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

Run with SSR (Server-Side Rendering)

  • Run npx nx serve-ssr commudle-admin for a dev server with SSR. Navigate to http://localhost:4200/.

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

Morty Proxy This is a proxified and sanitized view of the page, visit original site.