Skip to content

Commit

Permalink
remove requirejs
Browse files Browse the repository at this point in the history
  • Loading branch information
barisusakli committed Feb 13, 2023
1 parent 3e4ceea commit cd53d3f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/docs/development/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

We try to make working with NodeBB as seamless and open-ended as possible.

NodeBB uses [benchpress](https://github.com/benchpressjs/benchpressjs) as its templating engine, [express](https://expressjs.org) on the backend to serve pages, and [require.js](https://requirejs.org) to serve as a module loader for individual pages. Of course, there are other dependencies, but these are the main ones that concern plugin developers.
NodeBB uses [benchpress](https://github.com/benchpressjs/benchpressjs) as its templating engine, [express](https://expressjs.org) on the backend to serve pages, and [webpack](https://webpack.js.org/) to bundle client side javascript. Of course, there are other dependencies, but these are the main ones that concern plugin developers.

The easiest way to get started is by looking at the [Quickstart plugin](https://github.com/nodebb/nodebb-plugin-quickstart). This is a template repository, meaning you are not meant to install it on a NodeBB installation, but rather should fork it to serve as a base for your own plugin.

Expand Down

0 comments on commit cd53d3f

Please sign in to comment.