This repository holds source codes for the official website of Serum. I recommend you to read these codes while reading docs.
-
Clone this repository.
$ git clone https://github.com/Dalgona/serum-site.git
-
Install the dependencies (which include Serum).
$ cd serum-site $ mix do deps.get, deps.compile
-
Use
mix serum.build
ormix serum.server
to test the website.$ mix serum.build # Or, $ mix serum.server
-
Open
http://localhost:8080/Serum/
with your web browser. Don't miss the slash at the end of the URL.