AmberConsole
A UI design system inspired by the 1970s
파일 탐색기
최종 버전 다운로드 (.zip)- bug_report.yml
- feature_request.yml
- ci.yml
- FUNDING.yml
- pull_request_template.md
- SECURITY.md
- amber-console.css
- amber-console.css.map
- amber-console.effects.global.js
- amber-console.effects.js
- amber-console.global.js
- amber-console.js
- amber-console.layer.css
- amber-console.layer.min.css
- amber-console.min.css
- _board.html
- _chapters.html
- _nav.html
- apple-touch-icon.png
- console.js
- docs.css
- favicon.png
- guide-color.html
- guide-controls.html
- guide-deprecations.html
- guide-display.html
- guide-effects.html
- guide-persistence.html
- guide-reference.html
- guide-screen.html
- guide-type.html
- guide.html
- index.html
- radar.html
- radar.js
- screenshot.png
- server.html
- server.js
- social-card.png
- terminal.html
- terminal.js
- OFL-Silkscreen.txt
- OFL-VT323.txt
- Silkscreen-Regular-latin-ext.woff2
- Silkscreen-Regular.woff2
- VT323-Regular-latin-ext.woff2
- VT323-Regular-vietnamese.woff2
- VT323-Regular.woff2
- emitters.json
- cie.mjs
- build.mjs
- check-prohibitions.mjs
- contrast.mjs
- derive-gas.mjs
- fetch-fonts.mjs
- make-assets.mjs
- a11y.css
- blink.css
- layout.css
- print.css
- reset-scoped.css
- reset.css
- badge.css
- banner.css
- button.css
- checkbox.css
- classic.css
- dialog.css
- input.css
- keypad.css
- list.css
- meter.css
- nav.css
- panel.css
- radio.css
- readout.css
- rule.css
- select.css
- setup.css
- spinner.css
- statusbar.css
- sweep.css
- table.css
- tabs.css
- toggle.css
- afterglow.css
- crt.css
- frame.css
- plasma.css
- screen.css
- colors.css
- effects.css
- fonts-cdn.css
- fonts.css
- spacing.css
- typography.css
- amber-console.css
- amber-console.effects.js
- amber-console.js
- computed.json
- capture.mjs
- console-1280-print.png
- console-1440-forced-colors.png
- console-1440-reduced-motion.png
- console-1440-sims-off.png
- console-1440-sims-on.png
- console-390-sims-off.png
- console-390-sims-on.png
- guide-1280-print.png
- guide-1440-forced-colors.png
- guide-1440-reduced-motion.png
- guide-1440-sims-off.png
- guide-1440-sims-on.png
- guide-390-sims-off.png
- guide-390-sims-on.png
- guide-controls-1280-print.png
- guide-controls-1440-forced-colors.png
- guide-controls-1440-reduced-motion.png
- guide-controls-1440-rounded.png
- guide-controls-1440-sims-off.png
- guide-controls-1440-sims-on.png
- guide-controls-390-sims-off.png
- guide-controls-390-sims-on.png
- radar-1280-print.png
- radar-1440-forced-colors.png
- radar-1440-reduced-motion.png
- radar-1440-sims-off.png
- radar-1440-sims-on.png
- radar-390-sims-off.png
- radar-390-sims-on.png
- server-1280-print.png
- server-1440-forced-colors.png
- server-1440-reduced-motion.png
- server-1440-sims-off.png
- server-1440-sims-on.png
- server-390-sims-off.png
- server-390-sims-on.png
- terminal-1280-print.png
- terminal-1440-forced-colors.png
- terminal-1440-reduced-motion.png
- terminal-1440-sims-off.png
- terminal-1440-sims-on.png
- terminal-390-sims-off.png
- terminal-390-sims-on.png
- capture.mjs
- .editorconfig
- .gitattributes
- .gitignore
- .nojekyll
- CHANGELOG.md
- CONTRIBUTING.md
- DEPRECATIONS.md
- index.html
- LICENSE
- package-lock.json
- package.json
- RATIONALE.md
- README.md
- starter.html
- stylelint.config.mjs
# 설치 가이드
1. 코드 내려받기
git clone https://github.com/DutchDiederik/AmberConsole
깃허브에서 프로젝트 코드 전체를 내 컴퓨터로 내려받습니다.
cd AmberConsole
방금 내려받은 프로젝트 폴더 안으로 이동합니다.
2. Node.js
쉬움 추천사전 준비물
npm run build # -> dist/, zero dependencies
배포용으로 코드를 최적화해서 빌드 파일을 생성합니다.
npm run dev # build + watch + serve docs/ at :4173 (--port to move it)
개발/실행 서버를 켭니다.
npm run check # the prohibitions gate
이 명령어를 터미널에 그대로 입력해 실행하세요.
npm run gas -- --check # fails if the derived gas palettes have drifted
이 명령어를 터미널에 그대로 입력해 실행하세요.
npm run contrast # recompute the contrast table (--md for the README format)
이 명령어를 터미널에 그대로 입력해 실행하세요.
명령어 실행 후 터미널에 나타나는 주소(보통 http://localhost:3000 형태)를 브라우저에서 열어보세요.
이 레포의 README에 적힌 실제 명령어를 그대로 가져왔습니다.
// repository documentation
Was this content helpful?
(0 ratings)
