identity/asset-api/README.md

12 lines
567 B
Markdown
Raw Normal View History

2024-06-15 19:58:23 +00:00
# asset-api
2024-06-30 17:41:15 +00:00
The Asset API, takes care of storing user-generated assets.
## Development and local testing
1. Copy the `.env.example` file: `cp .env.example .env`
2. Run `yarn` to install the dependencies.
* You may need to [enable Corepack](https://nodejs.org/api/corepack.html).
3. Run `yarn start` to start the server.
* You may need to create an empty folder at `$/asset-api/.keys`.
4. You're ready to go! You will need to restart the server manually when you make changed (unless you use something like [Nodemon](https://www.npmjs.com/package/nodemon)).