https://github.com/bendog/freo.dev
Fremantle Dev Meetup Website
https://github.com/bendog/freo.dev
Last synced: about 1 year ago
JSON representation
Fremantle Dev Meetup Website
- Host: GitHub
- URL: https://github.com/bendog/freo.dev
- Owner: bendog
- License: gpl-3.0
- Created: 2019-04-17T07:34:34.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2019-04-26T09:01:59.000Z (about 7 years ago)
- Last Synced: 2025-02-08T03:44:45.517Z (over 1 year ago)
- Language: CSS
- Homepage: http://freo.dev/
- Size: 56.6 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# freo.dev
This is a simple v0.1 for the https://freo.dev developer group.
This version is simple html and css, and isn't expected to do anything to fancy.

## Dev notes
### Styling and Compiling SASS3.0 to css
the CSS library being used is mustard-ui .
the freo.pub style is `src/freo.scss`
you can build sass to the static css `static/css/freo.css` with this script.
**Note: requires sass to be installed**
./build.sh
if you want to watch for changes you can use
./build.sh --watch
## Deploying
there's a quick s3 sync script, this should run automatically when the master branch is updated on github.
./build.sh