-
Notifications
You must be signed in to change notification settings - Fork 2
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
33 changed files
with
2,464 additions
and
494 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 |
---|---|---|
@@ -0,0 +1,24 @@ | ||
|
||
# Setup | ||
|
||
- Ruby 3.2.2 (or close) | ||
- Have bundler installed (`gem install bundler`) | ||
- Node 18.17.0 | ||
|
||
- `bundle install` | ||
- `npm install` (maybe don't do this from root) | ||
- `cd _frontend && npm install` | ||
|
||
## What's where | ||
|
||
- `_frontend` holds vue components loaded by div id in layouts | ||
- `_frontend/entrypoints/application.js` is basically the Vue `main.js` | ||
- `root` directory tailwind configs are the real tailwind configs | ||
- but use `_frontend/src/assets/index.scss` for any customization | ||
|
||
# Running the app | ||
|
||
- `bin/vite dev` then | ||
- `bin/jekyll-vite wait && bundle exec jekyll serve --livereload` | ||
- go to the jekyll port reported by the prior command | ||
|
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
Oops, something went wrong.