1
0
Fork
You've already forked elm-website
0
Beta site for Snowdrift, using Elm-Pages (website generator) for the next generation of the Snowdrift.coop platform.
  • Elm 92.7%
  • JavaScript 7.3%
Find a file
2024年03月15日 23:15:24 +00:00
.vscode Prepare for new simulator version 2024年02月28日 02:51:47 -06:00
app projects now live under /project 2024年03月15日 18:13:36 -05:00
codegen Update packages 2024年03月15日 15:59:01 -05:00
functions Update packages 2024年03月15日 15:59:01 -05:00
pre-upgrade Update docs post-upgrade 2024年02月28日 12:27:42 -06:00
public Fresh start with elm-pages 3 2023年11月17日 23:31:51 -06:00
script Fix for elm dependencies in script folder causing error 2024年03月15日 18:08:33 -05:00
src Fresh start with elm-pages 3 2023年11月17日 23:31:51 -06:00
.gitignore ignore .pnpm-store 2024年03月15日 16:11:31 -05:00
.gitlab-ci.yml Use a lighter docker image, alpine+node 2024年02月16日 20:56:28 -06:00
ci-build.sh Dockerize build 2024年03月15日 17:01:43 -04:00
CONTRIBUTING.md Update docs post-upgrade 2024年02月28日 12:27:42 -06:00
custom-backend-task.ts Fresh start with elm-pages 3 2023年11月17日 23:31:51 -06:00
Dockerfile Dockerize build 2024年03月15日 17:01:43 -04:00
elm-pages.config.mjs Fresh start with elm-pages 3 2023年11月17日 23:31:51 -06:00
elm-tooling.json correction to elm environment 2024年02月27日 22:30:45 -06:00
elm.json Fix for elm dependencies in script folder causing error 2024年03月15日 18:08:33 -05:00
index.ts Fresh start with elm-pages 3 2023年11月17日 23:31:51 -06:00
LICENSE Add License (AGPL) 2023年12月22日 21:01:39 +00:00
netlify.toml Fresh start with elm-pages 3 2023年11月17日 23:31:51 -06:00
package.json Fix for elm dependencies in script folder causing error 2024年03月15日 18:08:33 -05:00
pnpm-lock.yaml Fix for elm dependencies in script folder causing error 2024年03月15日 18:08:33 -05:00
README.md Update docs post-upgrade 2024年02月28日 12:27:42 -06:00
schema.graphql Add Payload API, begin integration 2022年12月17日 14:14:34 -06:00
style.css New stable version of simulator 2024年02月28日 02:52:12 -06:00
TODO.md Login and todo 2023年09月29日 20:17:12 -05:00

Elm-pages 3

Elm-pages v3 upgrade complete. Up next, Payload 2 upgrade.

Styles

  • Going for a utility classes approach and atomic css. Decided Tailwind was the nicest system to use. We also skip the dependencies: no need to compile tailwind with Webpack as this Elm package uses the Elm compiler to handle that instead. This works in conjunction with elm-css for type-safe styling.