Join the growing localization management platform! Build apps for all the teams already using Crowdin or Crowdin Enterprise to customize and extend localization experience. By creating Crowdin apps, developers can integrate existing services with Crowdin, add new features, upload and manage content.
Make sure you have Node.js installed.
$ git clone https://github.com/crowdin/apps-quick-start.git # or clone your own fork
$ cd apps-quick-start
$ npm install
$ npm start
Your app should now be running on localhost:5000.
Make sure you have Heroku CLI installed.
$ heroku create
$ git push heroku main
$ heroku open
or
For more information about using Node.js on Heroku, see these Dev Center articles: