mirror of
https://github.com/azures04/crafatar.git
synced 2026-05-06 19:10:38 +02:00
@@ -19,6 +19,7 @@ Please [visit the website](https://crafatar.com) for details.
|
|||||||
|
|
||||||
## Install
|
## Install
|
||||||
|
|
||||||
|
[](https://heroku.com/deploy)
|
||||||
* Ensure Cairo is [installed](https://github.com/Automattic/node-canvas/wiki).
|
* Ensure Cairo is [installed](https://github.com/Automattic/node-canvas/wiki).
|
||||||
* Clone the repository.
|
* Clone the repository.
|
||||||
* `npm install`
|
* `npm install`
|
||||||
|
|||||||
15
app.json
Normal file
15
app.json
Normal file
@@ -0,0 +1,15 @@
|
|||||||
|
{
|
||||||
|
"name": "Crafatar",
|
||||||
|
"description": "A Minecraft Avatar API written in NodeJS",
|
||||||
|
"repository": "https://github.com/Jake0oo0/crafatar",
|
||||||
|
"keywords": [
|
||||||
|
"node",
|
||||||
|
"minecraft",
|
||||||
|
"avatar",
|
||||||
|
"redis"
|
||||||
|
],
|
||||||
|
"website": "https://crafatar.com/",
|
||||||
|
"addons": [
|
||||||
|
"rediscloud"
|
||||||
|
]
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user