-
-
Notifications
You must be signed in to change notification settings - Fork 68
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
10 changed files
with
28 additions
and
61 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,9 @@ | ||
# Ultra | ||
|
||
Ensure you have [Deno](https://deno.land/) and | ||
[Denon](https://deno.land/x/denon) installed. | ||
|
||
```bash | ||
git clone https://github.com/exhibitionist-digital/ultra | ||
|
||
cd ultra/examples/boilerplate | ||
|
||
denon dev | ||
make dev | ||
``` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
dev: | ||
mode=dev deno run --allow-net --allow-read --allow-env --allow-run --allow-write --import-map=importmap.json --unstable server.js | ||
|
||
start: | ||
deno run --allow-net --allow-read --allow-env --allow-run --allow-write --import-map=importmap.json --unstable server.js | ||
|
||
cache: | ||
deno cache --reload --no-check server.js |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,9 @@ | ||
# Ultra | ||
|
||
Ensure you have [Deno](https://deno.land/) and | ||
[Denon](https://deno.land/x/denon) installed. | ||
|
||
```bash | ||
git clone https://github.com/exhibitionist-digital/ultra | ||
|
||
cd ultra/examples/react18 | ||
|
||
denon dev | ||
make dev | ||
``` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
dev: | ||
mode=dev deno run --allow-net --allow-read --allow-env --allow-run --allow-write --import-map=importmap.json --unstable server.js | ||
|
||
start: | ||
url=https://react18.ultrajs.dev deno run --allow-net --allow-read --allow-env --allow-run --allow-write --import-map=importmap.json --unstable server.js | ||
|
||
cache: | ||
deno cache --reload --no-check server.js |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,9 @@ | ||
# Ultra | ||
|
||
Ensure you have [Deno](https://deno.land/) and | ||
[Denon](https://deno.land/x/denon) installed. | ||
|
||
```bash | ||
git clone https://github.com/exhibitionist-digital/ultra | ||
|
||
cd ultra/examples/ultra-website | ||
|
||
denon dev | ||
make dev | ||
``` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
dev: | ||
mode=dev deno run --allow-net --allow-read --allow-env --allow-run --allow-write --import-map=importmap.json --unstable server.js | ||
|
||
start: | ||
url=https://ultrajs.dev deno run --allow-net --allow-read --allow-env --allow-run --allow-write --import-map=importmap.json --unstable server.js | ||
|
||
cache: | ||
deno cache --reload --no-check server.js |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters