Skip to content

Commit

Permalink
Build alloy (#2)
Browse files Browse the repository at this point in the history
* Add alloy as a submodule

* Show the server response in the UI

* Optimize shared type files

* Build, with syntax highlighting

* Minify the output

Disabled until rollup/plugins#1367 is merged.

* Configure rollup a little
  • Loading branch information
carterworks committed Dec 7, 2022
1 parent 3287179 commit 4db0dda
Show file tree
Hide file tree
Showing 14 changed files with 1,108 additions and 164 deletions.
3 changes: 3 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
[submodule "alloy"]
path = alloy
url = git@github.com:adobe/alloy.git
1 change: 1 addition & 0 deletions .prettierignore
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
build/
alloy/
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,11 @@

1. Clone the project
- `git clone git@github.com:shammowla/alloy-gararge-week.git`
2. Install dependencies for this
2. Install dependencies for this an Alloy
- `npm ci`
- `cd alloy/ && npm ci`
3. Build the front-end
- `npm build`
- (back in the repo root) `npm build`
4. Start the server
- `npm run server:start`
- or, for an auto-reloading when server.ts changes, `npm run server:dev`
Expand Down
1 change: 1 addition & 0 deletions alloy
Submodule alloy added at e63860

0 comments on commit 4db0dda

Please sign in to comment.