crowdin / apps-quick-start

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Getting Started with Crowdin Apps

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.

Running Locally

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.

Deploying to Heroku

Make sure you have Heroku CLI installed.

$ heroku create
$ git push heroku main
$ heroku open

or

Deploy to Heroku

Documentation

For more information about using Node.js on Heroku, see these Dev Center articles:

About


Languages

Language:EJS 82.3%Language:JavaScript 14.2%Language:CSS 3.4%Language:Procfile 0.2%