jainaman224 / commudle-ng

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

Home Page:https://commudle.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Commudle Logo

Commudle

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 13 of Node.js and at least version 6 of npm)
  • Install @angular/cli
  • Clone the project.
  • Run npm install.
  • Run ng serve for a dev server. Navigate to http://localhost:4200/.
  • The development server directly interacts with the production APIs.

Login/Sign Up for Development

  • Go to https://auther.commudle.com.
  • Sign in using your Google Account (Other options will be added soon).
  • Navigate to http://localhost:4200/ and you should get signed in automatically.
  • If the above step does not sign you in, then:
    • Go to https://commudle.com where you should be signed in.
    • Open the developer tools of your respective browser.
    • Navigate to the Application Tab.
    • In the left side navigation bar, under Storage you can find Cookies.
    • By clicking on it, you can find a cookie named commudle_user_auth with its corresponding value.
    • Copy this particular cookie and its value to http://localhost:4200's cookies and refresh the page to get signed in.

Build for production

  • Run ng build to build the project. The build artifacts will be stored in the dist/ directory. Use the --prod flag for a production build.

Design Framework / UI Kit

About

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

https://commudle.com

License:GNU Affero General Public License v3.0


Languages

Language:TypeScript 62.9%Language:HTML 27.7%Language:CSS 9.0%Language:JavaScript 0.4%