Commit graph

11 commits

Author SHA1 Message Date
Bryan Housel
7ce6204230 Replace parcel and babel with esbuild too
Also fixed a few small React warnings in the app/src/*.jsx files
2021-06-23 12:37:13 -04:00
Bryan Housel
c7a03a1747 Upgrade to Parcel2 to bundle nsi.guide
IF you are having trouble building nsi.guide (e.g ""Name already registered with serializer" error)
Do a fresh install of all dependencies:
 rm -rf node_modules
 rm -f package-lock.json
 npm install

(re: #4896)
2021-04-22 12:13:55 -04:00
Bryan Housel
93483f0fd3 npm run appbuild
(re: #4225)
2020-10-01 10:57:37 -04:00
Bryan Housel
d886f91d01 Updates React app to support header bar and other non-brand trees 2020-09-24 15:57:32 -04:00
Max Erickson
8a0f4b3471 npm run docbuild 2020-03-22 21:41:09 -04:00
Bryan Housel
a9d5b3f2ba Rename react files from .js -> .jsx 2020-01-16 14:36:54 -05:00
Bryan Housel
2f779c4bc9 perf: use FontAwesome react components instead of DOM mutator 2019-07-03 14:42:34 -04:00
Bryan Housel
7b92b2a1c3 Make sure footer takes up space
(even with timestamp commented out)
2019-06-26 02:25:20 -04:00
Bryan Housel
c5e2735da5 Need parcel to generate relative (not absolute) urls on doc pages
However this breaks parcel's local http server :(
2019-06-25 23:53:52 -04:00
Bryan Housel
e6aec6a8b7 Also add missing script do index.html doc page
see https://github.com/rafrex/spa-github-pages
2019-06-25 19:34:34 -04:00
Bryan Housel
fd048394d5 Move the new app into place, update docs
Also update the router so that it should be able to handle paths from GitHub pages
2019-06-25 18:48:19 -04:00
Renamed from docs/app/public/index.html (Browse further)