https://github.com/crowdin/apps-quick-start
https://github.com/crowdin/apps-quick-start
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/crowdin/apps-quick-start
- Owner: crowdin
- Created: 2022-07-26T06:32:31.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2024-02-13T15:33:00.000Z (over 2 years ago)
- Last Synced: 2025-04-20T13:07:58.910Z (over 1 year ago)
- Language: EJS
- Size: 23.4 KB
- Stars: 2
- Watchers: 5
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
[](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)