You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Once explorable-viz/fluid#583 is finished, we can modify the GitHub Action to include yarn serve and some basic verification (using headless Chrome) that the web page loads correctly (e.g. without throwing a JavaScript error).
Working repo: https://github.com/explorable-viz/fluid-example-ipcc-ar6-01
purescript
,spago
,esbuild
,purs-backend-es
asdev
dependencies (same versions as Fluid)src/Article.purs
with emptymain
build
target inpackage.json
that compilesArticle.purs
todist/article.js
yarn build
index.html
(based ontemplate.html
influid/web
) that loadsarticle.js
package-lock.json
(yarn.lock
should be enough)drawfig
code inArticle.purs
(adapt similar code insrc/Publish/Renewables.purs
from Fluid)checkout
action to pull submodule automatically)fluid-package
(or similar) as name of submodule, to reservefluid
for source code/data sets – chosen name:fluid-submodule
serve
target inpackage.json
that serves article (adapt similar script in Fluid)Once explorable-viz/fluid#583 is finished, we can modify the GitHub Action to include
yarn serve
and some basic verification (using headless Chrome) that the web page loads correctly (e.g. without throwing a JavaScript error).See:
Text
visualisation type fluid#1035The text was updated successfully, but these errors were encountered: