stackbuilders / tutorials

Stack Builders Tutorials.
https://www.stackbuilders.com/tutorials/
70 stars 22 forks source link

Stack Builders Tutorials

CircleCI

At Stack Builders, we consider it our mission not only to develop robust and reliable applications for clients, but to help the industry as a whole by lowering the barrier to entry for technology that we consider important. We hope that you enjoy, and find useful, our tutorials. If you have suggestions for additional tutorials, please feel free to open an issue or PR.

Contributing

We welcome any help, so if you have good knowledge of Haskell just fork and submit a pull request with your tutorial. Be sure to read our contribution guidelines first.

Report a problem

Found a typo? Please let us know! If you find an error, please report it by opening an issue.

License


Run tutorials locally

In order to run this repo locally you need to have stack installed, for more info you can take a look here

To run your project locally all you need to do is:

$ make watch

If you ever want to rebuild the project:

$ make rebuild

If you're a stack builder and want to bring all assets to this project, you can make a symbolic link to your local website's assets directory (assuming that you have that repo), and put it inside the _site directory that will be created when building the project.

$ cd _site
$ ln -s ../stackbuilders/assets


Lovingly built by Stack Builders