app
Just a little analytics insight for your personal or indie project
파일 탐색기
최종 버전 다운로드 (.zip)- 20200713072454_create_uuid_ossp_extension.js
- 20200713072746_create_users.js
- 20200713073113_create_projects.js
- 20200713073310_create_counts.js
- 20201007055505_add_shared_secret_to_projects.js
- config.js
- index.js
- index.js
- objection.js
- pg.js
- paths.js
- pick.js
- px.js
- base.js
- count.js
- project.js
- user.js
- auth.js
- autohooks.js
- get.js
- autohooks.js
- put.js
- autohooks.js
- current.js
- post.js
- get.js
- get.js
- get.js
- web.js
- count_incrementor.js
- count_pruner.js
- count_request_data.js
- app_error.js
- base_error.js
- error_handler.js
- error_map.js
- project_creator.js
- project_secret_generator.js
- project_updater.js
- user_creator.js
- user_updater.js
- cron_job_scheduler.js
- app.js
- favicon.ico
- robots.txt
- logo.svg
- BaseAlert.vue
- BaseButton.vue
- BaseCenter.vue
- BaseIcon.vue
- BaseIconChevronBottom.vue
- BaseIconChevronLeft.vue
- BaseIconSettings.vue
- BaseSelect.vue
- BaseTextInput.vue
- ProjectDashboard.vue
- ProjectDashboardHeader.vue
- ProjectDashboardRecord.vue
- ProjectDashboardRecordCount.vue
- ProjectDashboardScrollable.vue
- ProjectDashboardWelcome.vue
- ProjectForm.vue
- ProjectIndex.vue
- ProjectSettings.vue
- SignupIndex.vue
- TheLayout.vue
- ThePiratepx.vue
- to_iso_date_string.js
- page_title.js
- index.js
- api.js
- format_number.js
- current.js
- index.js
- counts.js
- signup.js
- time_zones.js
- index.js
- ProjectDashboardView.vue
- ProjectIndexView.vue
- ProjectSettingsView.vue
- SignupIndexView.vue
- App.vue
- main.css
- main.js
- .env.development
- .env.production
- .eslintignore
- .eslintrc.json
- .gitattributes
- .gitignore
- .nvmrc
- .prettierignore
- .prettierrc.json
- index.html
- LICENSE
- package-lock.json
- package.json
- postcss.config.js
- README.md
- tailwind.config.js
- vite.config.js
- .env.dist
- .gitattributes
- .gitignore
- .nvmrc
- .prettierignore
- .prettierrc.json
- .release-it.json
- compose.yaml
- eslint.config.js
- jsconfig.json
- LICENSE
- package-lock.json
- package.json
- README.md
# 설치 가이드
1. 코드 내려받기
git clone https://github.com/piratepx/app
깃허브에서 프로젝트 코드 전체를 내 컴퓨터로 내려받습니다.
cd app
방금 내려받은 프로젝트 폴더 안으로 이동합니다.
2. Docker
쉬움 추천사전 준비물
- Git GitHub에서 프로젝트 코드를 내려받으려면 필요합니다.
- Docker Desktop 컨테이너를 빌드하고 실행하려면 필요합니다. 설치 후 실행해서 백그라운드에 켜두세요.
$ docker compose up
정의된 모든 컨테이너(서버, DB 등)를 한 번에 빌드하고 백그라운드에서 실행합니다.
터미널에 docker compose ps 를 입력해 컨테이너들이 Up 상태인지 확인하세요. README에 포트 번호가 적혀있다면 브라우저에서 http://localhost:포트번호 로 접속해보세요.
이 레포의 README에 적힌 실제 명령어를 그대로 가져왔습니다.
3. Node.js
쉬움사전 준비물
$ npm install
package.json에 명시된 라이브러리들을 내려받아 설치합니다.
$ cd web && npm install
package.json에 명시된 라이브러리들을 내려받아 설치합니다.
$ npm run knex migrate:latest
이 명령어를 터미널에 그대로 입력해 실행하세요.
$ npm run dev
개발/실행 서버를 켭니다.
$ npm run lint
이 명령어를 터미널에 그대로 입력해 실행하세요.
명령어 실행 후 터미널에 나타나는 주소(보통 http://localhost:3000 형태)를 브라우저에서 열어보세요.
이 레포의 README에 적힌 실제 명령어를 그대로 가져왔습니다.
// repository documentation
Was this content helpful?
(0 ratings)
