mirror of
https://github.com/GraphiteEditor/Graphite.git
synced 2026-09-18 18:38:05 +08:00
Restructure project directories (#333)
`/client/web` -> `/frontend` `/client/cli` -> *delete for now* `/client/native` -> *delete for now* `/core/editor` -> `/editor` `/core/document` -> `/graphene` `/core/renderer` -> `/charcoal` `/core/proc-macro` -> `/proc-macros` *(now plural)*
This commit is contained in:
@@ -5,7 +5,7 @@ curl https://sh.rustup.rs -sSf | sh -s -- -y
|
||||
export PATH=$PATH:/opt/buildhome/.cargo/bin
|
||||
|
||||
echo 🚧 Install Node dependencies
|
||||
cd client/web
|
||||
cd frontend
|
||||
npm install
|
||||
|
||||
echo 👷 Build Graphite web client
|
||||
|
||||
Reference in New Issue
Block a user