-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added cities. Replaced favicon. Added instructions for anyone wanting…
… to test.
- Loading branch information
1 parent
01a6558
commit 619dcca
Showing
9 changed files
with
972 additions
and
40 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
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 |
---|---|---|
|
@@ -28,7 +28,6 @@ services: | |
entrypoint: zsh -c "while sleep 1000; do :; done" | ||
ports: | ||
- 3000/tcp | ||
- 5173/tcp | ||
|
||
volumes: | ||
node_modules: |
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,6 +1,17 @@ | ||
# Ryan Grange's React Site | ||
|
||
Everyone wants proof I can work in React. | ||
|
||
So here you go. | ||
|
||
I'm using devcontainer so you hopefully don't have to go through the pain of setting up your system with all the various packages or programs. You'll still need docker and docker-compose installed. | ||
|
||
To start (from inside the dev container)... | ||
|
||
* open a terminal inside the devcontainer | ||
* cd rgreact | ||
* npm install | ||
* npm run dev | ||
* or npm run build | ||
* or npm run lint | ||
* or npm run preview |
Oops, something went wrong.