Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/aquapi/etci
- Owner: aquapi
- Created: 2023-10-12T08:44:12.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-10-12T08:52:25.000Z (about 1 year ago)
- Last Synced: 2023-10-13T02:40:46.539Z (about 1 year ago)
- Language: JavaScript
- Size: 2.93 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)