An open API service indexing awesome lists of open source software.

https://github.com/crowdin/apps-quick-start


https://github.com/crowdin/apps-quick-start

Last synced: about 1 year ago
JSON representation

Awesome Lists containing this project

README

          







# 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.

[**`Home`**](https://crowdin.com)  | 
[**`Quick Start`**](https://developer.crowdin.com/crowdin-apps-quick-start)  | 
[**`Developer Portal`**](https://developer.crowdin.com/)

## Running Locally

Make sure you have [Node.js](http://nodejs.org/) installed.

```sh
$ 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](http://localhost:5000/).

## Deploying to Heroku

Make sure you have [Heroku CLI](https://cli.heroku.com/) installed.

```
$ heroku create
$ git push heroku main
$ heroku open
```

or

[![Deploy to Heroku](https://www.herokucdn.com/deploy/button.svg)](https://heroku.com/deploy)

## Documentation

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

- [Crowdin Developers Portal](https://developers.crowdin.com/)
- [Quick Start](https://developer.crowdin.com/crowdin-apps-quick-start)
- [Getting Started on Heroku with Node.js](https://devcenter.heroku.com/articles/getting-started-with-nodejs)
- [Node.js on Heroku](https://devcenter.heroku.com/categories/nodejs)
- [Best Practices for Node.js Development](https://devcenter.heroku.com/articles/node-best-practices)