Giter VIP home page Giter VIP logo

ktmjs's Introduction

Kathmandu Javascript user group. Build Status GitHub issues GitHub forks GitHub stars GitHub license Twitter

Try to be a rainbow in someone's cloud. - Maya Angelou

Admin Panel

  • schedule an upcoming meetup,
  • add speakers, sponsors and organizations info
  • add post-meetup documents, presentations and images (for contribution)

How do i run admin panel?

fork our ktmjs repository.

Requires Node ~v10

$ git clone [email protected]:[your-github-id]/ktmjs.git
$ cd site-admin
$ npm install
$ node ktm.js

Contributing

Please refer issues (marked as community responsibility) for contribution.

How do I contribute?

  • fork our ktmjs repository.
  • run the admin interface

Requires Node ~v10

$ [email protected]:[your-github-id]/ktmjs.git
$ cd site-admin
$ npm install
$ node ktm.js
  • develop / code / fix the issues
  • make a Pull Request

Publishing a meetup

Follow these steps to publish a meetup.

1. fork our ktmjs repository

2. run admin panel
	$ git clone [email protected]:[your-github-id]/ktmjs.git
	$ cd site-admin
	$ npm install
	$ node ktm.js

	/* it opens a browser, you can also open it in any browser on http://localhost:3000/meetups */

2. add meetup information
	- start adding people and organizations info
	- add episodes info
	- click on publish button

3. commit your changes
	- git add
	- git commit
	- git push origin develop

4. get peer reviewed and merge to master

Admin directory structure

/assets
  /admin/images/people 			: people images which are refrenced in website
  /admin/images/companies 		: organization images which are refrenced in website
  /admin/css					: css for admin interface
  /admin/js						: js for admin interface

  /site/css						: css for site
  /site/images					: images for site
/db 							: database location
/routes 						: express js routes for meetups, people ...
/templates
	/admin 						: admin templates
	/site 						: site templates
db.js 							: has database instance
utils.js 						: has utility functions
ktm.js 							: has express js configurations and server instance (main file)
package.json 					: npm file

Maintainers

Contributions

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.