https://github.com/snapframework/snap-website
Snapframework.com source code
https://github.com/snapframework/snap-website
Last synced: 3 months ago
JSON representation
Snapframework.com source code
- Host: GitHub
- URL: https://github.com/snapframework/snap-website
- Owner: snapframework
- License: bsd-3-clause
- Created: 2010-05-22T04:07:17.000Z (over 15 years ago)
- Default Branch: master
- Last Pushed: 2020-10-02T05:15:12.000Z (over 5 years ago)
- Last Synced: 2025-01-01T12:13:04.828Z (about 1 year ago)
- Language: Smarty
- Homepage: http://snapframework.com/
- Size: 7.02 MB
- Stars: 77
- Watchers: 12
- Forks: 23
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Snap Website
------------
This is the source code for http://snapframework.com/.
Building
--------
If you wish to work on the Snap website yourself, you will also need to perform
2 extra steps first:
1. Install http://github.com/snapframework/snap-static-pages by hand. This can
be done by cloning that repository, and then running `cabal install`.
2. Install pandoc, and make sure the executable is visible to your current
`$PATH`. You can do this by running `cabal install pandoc`, and then making
sure your `.cabal/bin` directory is in the `$PATH` environment variable. The
following is usually enough: `export PATH=~/.cabal/bin:$PATH` and you may
wish to perform this automatically on starting your shell (via `.bashrc` or
otherwise) if you haven't already.
After that, you can build a development server by running `cabal configure` and
`cabal build`.