https://github.com/aquapi/etci
Entrance test to CI submission
https://github.com/aquapi/etci
Last synced: 8 months 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 (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-10-12T08:52:25.000Z (over 2 years ago)
- Last Synced: 2025-01-14T01:34:08.825Z (over 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)