Commit Graph

60 Commits

Author SHA1 Message Date
62b968bdfa chore: update roadmap.md 2022-07-28 19:44:35 +08:00
1cd1d49c07 Removed duplicate documentation now found on Gitbook
CONTRIBUTING.md now points to Gitbook
2022-01-25 14:40:39 -05:00
dccbd45a00 switch to stable channel 2022-01-23 11:34:41 +08:00
e0e48f1e99 Deleted doc file, it's in the wiki now. (#198)
Move the scripts to the script folder.
2021-12-23 23:47:33 -05:00
3d67c0698a Added support for docker image in docs/docker-buildfiles (#164)
* added docker

* updated cleaner dockercompose

* readme

* changed docker readme

* noconfirm removed
2021-12-23 14:30:03 -05:00
b04111e5a3 Add files via upload 2021-12-20 22:41:06 -05:00
b22b8ab3a0 Added two images for the wiki 2021-12-20 21:16:26 -05:00
cdb36f9526 Merge pull request #178 from MikeWallaceDev/add_linux_desktop_file
Add linux desktop file
2021-12-18 09:26:44 +08:00
913da7ce5b Add files via upload
Added AppFlowy title image
2021-12-16 14:05:42 -05:00
a93d7e1987 Just fixed some grammar 2021-12-16 12:01:26 -05:00
9b85349650 Forgot to hit Ctrl-S on my last change! 2021-12-15 21:09:35 -05:00
b413fade91 Added AppFlowy logo at top of page
Simplified and removed a lot of duplication
Change the order of things to make the contributions go from easy to hardest
There were many redundant sentences. Like explaining what to put in a Bug Report when we already have a template for that. People can see. :D
2021-12-15 20:56:21 -05:00
72a851bd7e Fixed some grammar 2021-12-15 19:15:51 -05:00
4a49669cc5 Put the steps for existing translations first, this will be the most used case.
Simplified the wording of the 'add new language' case.
2021-12-15 17:41:02 -05:00
2e24ae65fd build on windows 10 X86_64 verified 2021-12-14 17:34:11 +08:00
54cd9eca8c Merge pull request #135 from MikeWallaceDev/FixBuildSdkSh
Fix build sdk sh
2021-12-12 20:57:41 +08:00
66defa85f6 Edited Linux Instructions
Fixed the numbering (Github doesn't do numbering correctly...)
Added step showing how to start coding in VS Code
Changed server step from Optional to TBD
2021-12-11 23:15:11 -05:00
c2f4ee4cac Merge pull request #133 from MikeWallaceDev/linux-docs
Updated Linux build document
2021-12-11 22:29:02 +08:00
31ced8bde7 Removed lines concerning yaml backend 2021-12-11 09:07:24 -05:00
c8f6f4861b Marked Arch Linux as being verified (however protobuf isn't working yet)
Restructured the steps to better separate concerns
Added instructions for Arch Linux
Highlighted some steps that may be overlooked by someone who already has Flutter installed (or that I found confusing during installation
Moved environment settings to Step 5
2021-12-10 13:16:41 -05:00
b73f35b18c Add translation guide doc 2021-12-10 23:31:30 +05:30
d283d29202 [flutter]: switch to stable channel 2021-12-10 14:43:57 +08:00
172e1ab1de [Instruction] Slightly update steps of BUILD_ON_WINDOWS.md
1. doc\BUILD_ON_WINDOWS.md
  - rustup.exe with parameter to install rust without prompt
2. frontend/scripts/makefile/protobuf.toml
  - add a sub task to check if protoc is presented in PATH
2021-11-28 20:34:03 +08:00
3648a42054 fix conflicts 2021-11-26 09:48:22 +08:00
0f48d5da53 build doc 2021-11-25 19:33:35 +08:00
ac32760bfc Merge pull request #93 from pdckxd/main 2021-11-25 08:21:12 +08:00
038bf41077 Add unzip to requirements
When running Step #3 `flutter channel dev` got:
```Missing "unzip" tool. Unable to extract Dart SDK.
Consider running "sudo apt-get install unzip".```
2021-11-24 22:08:28 +03:00
ba5d66cea0 [Instruction] Enhance BUILD_ON_WINDOWS.md to remove choco dependency
1. doc\BUILD_ON_WINDOWS.md
2. frontend\scripts\makefile\env.toml
  - break down install_targets task into 3 platform specific tasks
  - only install necessary targets for specfic platform
2021-11-24 14:07:06 +08:00
054fa4c952 rename some tasks' name 2021-11-23 18:15:33 +08:00
dd92d0faf4 [Build] Enhance windows build instruction and cargo make scripts
1. doc\BUILD_ON_WINDOWS.md
  - add command for building development version
2. .vscode\tasks.json
  - Enable vscode to launch debug session on windows
3. frontend\scripts\makefile\env.toml
  - Fix "Command : dart not found." on windows
4. frontend\Makefile.toml
  - Change profile name "env.development-windows" to "env.development-desktop-windows-x86"
2021-11-23 08:28:59 +08:00
9d5eafc97b Update BUILD_ON_LINUX.md
increase readability
2021-11-22 17:15:45 +08:00
1517202889 Merge pull request #54 from pdckxd/main
[Build] Fix build instruction to meet the update of folder structure …
2021-11-21 13:52:15 +08:00
a535b8585f mark caro make pb as optional action 2021-11-21 13:50:31 +08:00
702a04ab24 [Build] Fix build instruction to meet the update of folder structure update
1. frontend/scripts/flowy-tool/Cargo.toml
  - fix flowy-ast module path
2. frontend/scripts/makefile/protobuf.toml
  - fix derive_meta path
2021-11-21 09:34:32 +08:00
4beeffbc37 Update CONTRIBUTING.md 2021-11-20 20:49:48 +08:00
0dcaa6be2f [Build] Fix Linux build instruction
1. BUILD_ON_LINUX.md
  - Remove brew dependency
  - Update command for development in step 9 & 10
2. Fix file name typo for BUILD_ON_WINDOWS.md
2021-11-20 14:35:44 +08:00
d965d26e60 Enable Linux build
1. BUILD_ON_LINUX.md is instruction of building Linux version
2. Update toml files in scripts/makefile/ and /Makefile.toml to support Linux

Building Windows/Linux release version is verified
Didn't get chance to verify building macos version
2021-11-19 12:09:56 +08:00
5ee37972ef #19 - [FR] Successfully to build workable version for windows (Rust target: x86_64-pc-windows-msvc), request to contribute
1. scripts\flowy-tool\Cargo.toml
  - Remove shell dependency which does not support windows
2. scripts\makefile\env.toml
  - Enhance environment checking for building app on windows
3. scripts\flowy-tool\src\util\file.rs
  - Trim unnecessary prefix "\\?\" for std::fs::canonicalize(root) on windows
4.  scripts\makefile\flutter.toml
  - add dependency for "tasks.appflowy-windows" to copy dart_ffi.dll from rust build folder to flutter build folder
5. scripts\flowy-tool\src\proto\proto_gen.rs
  - Remove dir by using platform independent code rather than calling *nix shell command
6. scripts\makefile\protobuf.toml
  - tasks.gen_dart_event: call duckscript to gen_dart_event on windows platform
2021-11-17 21:45:18 +08:00
b51b12ab7d Update ABOUT_APPFLOWY.md 2021-11-14 16:12:42 +08:00
95a5c06e30 Update roadmap.md 2021-11-14 13:39:04 +08:00
2e03e03c77 Update ABOUT_APPFLOWY.md 2021-11-14 13:37:56 +08:00
72de8938f5 [flutter]: update readme images 2021-11-13 12:20:57 +08:00
ec4d4cb2b7 Add files via upload 2021-11-12 17:49:50 +08:00
0135b14710 Delete howtostar.gif 2021-11-12 17:49:36 +08:00
ab20de963f add an image 2021-11-12 17:47:52 +08:00
7836e98a50 Add an image 2021-11-12 17:23:57 +08:00
e96db43968 Add files via upload 2021-11-10 16:42:38 +08:00
823c9f9bd6 Update CONTRIBUTING.md v1.2 2021-11-09 13:32:17 +08:00
7f3bd45487 Update CONTRIBUTING.md v1.1 2021-11-09 11:49:02 +08:00
4477169442 Update CONTRIBUTING.md v2 2021-11-09 11:12:30 +08:00