.. | ||
src | ||
.editorconfig | ||
.env.example | ||
.gitattributes | ||
.gitignore | ||
.prettierrc | ||
eslint.config.js | ||
LICENSE | ||
package.json | ||
README.md | ||
yarn.lock |
asset-api
The Asset API, takes care of storing user-generated assets.
Development and local testing
- Copy the
.env.example
file:cp .env.example .env
- Run
yarn
to install the dependencies.- You may need to enable Corepack.
- Run
yarn start
to start the server.- You may need to create an empty folder at
$/asset-api/.keys
.
- You may need to create an empty folder at
- You're ready to go! You will need to restart the server manually when you make changed (unless you use something like Nodemon).