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

https://github.com/maybethisisru/node-ci-test

Testing DroneCI with a trivial Node API endpoint.
https://github.com/maybethisisru/node-ci-test

Last synced: 7 months ago
JSON representation

Testing DroneCI with a trivial Node API endpoint.

Awesome Lists containing this project

README

          

# node-ci-test
Testing DroneCI with a trivial Node API endpoint.

## Setup

- Uses Node.js v14. Run `nvm use` if you aren't already using this version of Node.js.
- Install dependencies: `yarn install`
- Run server: `yarn run serve`