fiber-note
A networked note-taking app, open and self-hosted, inspired by roam-research, obsidian and others.
파일 탐색기
최종 버전 다운로드 (.zip)- test.yml
- dependabot.yml
- manifest.js
- .keep
- prosemirror_mention.sass
- application.sass
- calendar.sass
- network.sass
- notes.sass
- session.sass
- channel.rb
- connection.rb
- nav_channel.rb
- note_channel.rb
- editor_component.haml
- editor_component.rb
- nav_component.haml
- nav_component.rb
- .keep
- application_controller.rb
- calendar_controller.rb
- network_controller.rb
- notes_controller.rb
- session_controller.rb
- application_helper.rb
- calendar_helper.rb
- network_helper.rb
- notes_helper.rb
- session_helper.rb
- consumer.js
- index.js
- mention_plugin.ts
- tag_node.ts
- block_id_plugin.ts
- extra_keymap.ts
- list_cmds.ts
- schema.ts
- note_editor.ts
- editor_wrapper_controller.ts
- nav_controller.ts
- index.js
- network_controller.ts
- note_editor_controller.ts
- block.ts
- note.ts
- application.js
- application_job.rb
- .keep
- application_record.rb
- block.rb
- block_serializer.rb
- create_or_update_service.rb
- update_tags_service.rb
- update_title_service.rb
- show.haml
- application.html.erb
- show.haml
- show.haml
- new.haml
- _github_corner.html
- bundle
- rails
- rake
- setup
- spring
- webpack
- webpack-dev-server
- yarn
- development.rb
- production.rb
- test.rb
- application_controller_renderer.rb
- assets.rb
- backtrace_silencers.rb
- content_security_policy.rb
- cookies_serializer.rb
- filter_parameter_logging.rb
- inflections.rb
- mime_types.rb
- secret_key_base.rb
- wrap_parameters.rb
- en.yml
- typescript.js
- development.js
- environment.js
- production.js
- test.js
- application.rb
- boot.rb
- cable.yml
- database.yml
- environment.rb
- puma.rb
- routes.rb
- spring.rb
- storage.yml
- webpacker.yml
- 20200613070621_enable_uuid.rb
- 20200630024342_create_blocks.rb
- schema.rb
- seeds.rb
- .keep
- .keep
- auto_annotate_models.rake
- demo.rake
- .keep
- 404.html
- 422.html
- 500.html
- apple-touch-icon-precomposed.png
- apple-touch-icon.png
- favicon.ico
- robots.txt
- logo.html
- logo.png
- fiber-note-demo.herokuapp.com_calendar.png
- fiber-note-demo.herokuapp.com_network.png
- fiber-note-demo.herokuapp.com_notes_tag.png
- fiber-note-demo.herokuapp.com_notes_welcome.png
- v0.gif
- v0.optimized.gif
- nav_channel_spec.rb
- note_channel_spec.rb
- editor_component_spec.rb
- nav_component_spec.rb
- blocks.rb
- calendar_helper_spec.rb
- network_helper_spec.rb
- notes_helper_spec.rb
- session_helper_spec.rb
- block_spec.rb
- calendar_request_spec.rb
- network_request_spec.rb
- notes_request_spec.rb
- session_request_spec.rb
- show.html.haml_spec.rb
- show.html.haml_spec.rb
- edit.html.haml_spec.rb
- new.html.haml_spec.rb
- rails_helper.rb
- spec_helper.rb
- .keep
- connection_test.rb
- .keep
- .keep
- .keep
- .keep
- .keep
- .keep
- .keep
- application_system_test_case.rb
- test_helper.rb
- .keep
- .keep
- .keep
- .browserslistrc
- .env
- .gitignore
- .rspec
- .ruby-version
- app.json
- babel.config.js
- config.ru
- dev
- Gemfile
- Gemfile.lock
- package.json
- postcss.config.js
- Procfile
- Procfile.dev
- Rakefile
- README.md
- tsconfig.json
- yarn.lock
# 설치 가이드
1. 코드 내려받기
git clone https://github.com/namiwang/fiber-note
깃허브에서 프로젝트 코드 전체를 내 컴퓨터로 내려받습니다.
cd fiber-note
방금 내려받은 프로젝트 폴더 안으로 이동합니다.
2. Node.js
쉬움 추천사전 준비물
npm install
package.json에 명시된 라이브러리들을 내려받아 설치합니다.
npm start
개발/실행 서버를 켭니다.
명령어 실행 후 터미널에 나타나는 주소(보통 http://localhost:3000 형태)를 브라우저에서 열어보세요.
// repository documentation
Was this content helpful?
(0 ratings)
