Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/aquapi/etci

Entrance test to CI submission
https://github.com/aquapi/etci

Last synced: 2 days ago
JSON representation

Entrance test to CI submission

Awesome Lists containing this project

README

        

# ETCI
Entrance Test to CI

- [Problem Solving](./1)
- [Code Challenge](./2)

# Requirement
[Bun](https://bun.sh) is required to run the [build script](./1/build.ts) and the [dev server](./2/server.js).
For Windows users, use WSL2 to install Bun.
```bash
# Linux, MacOS, WSL2
curl -fsSL https://bun.sh/install | bash
```

If you are not using Bun, run the transpiled code at [output directory](./1/out)