https://github.com/galanggg/galang-blog
https://github.com/galanggg/galang-blog
Last synced: 4 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/galanggg/galang-blog
- Owner: galanggg
- Created: 2021-04-11T08:36:39.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2021-04-11T08:38:54.000Z (over 4 years ago)
- Last Synced: 2025-03-18T07:12:54.206Z (7 months ago)
- Language: Elm
- Homepage: galang-blog-git-main-galanggg.vercel.app
- Size: 3.03 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# elm-pages-starter
[](https://app.netlify.com/start/deploy?repository=https://github.com/dillonkearns/elm-pages-starter)
This is an example repo to get you up and running with `elm-pages`.
The entrypoint file is `index.js`. That file imports `src/Main.elm`. The `content` folder is turned into your static pages. The rest is mostly determined by logic in the Elm code! Learn more with the resources below.
## Setup Instructions
Click "Use this template" on this Github page to fork the repo.Or git clone it:
```
git clone git@github.com:dillonkearns/elm-pages-starter.git
```Then install and run the dev server
```
cd elm-pages-starter
npm install
npm start # starts a local dev server using `elm-pages develop`
```From there you can tweak the `content` folder or change the `src/Main.elm` file.
## Learn more about `elm-pages`
- Documentation site: https://elm-pages.com
- [Elm Package docs](https://package.elm-lang.org/packages/dillonkearns/elm-pages/latest/)
- [`elm-pages` blog](https://elm-pages.com/blog)