my page ollie.earth
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

update readme

ollie 26295365 1336ed0a

+1 -21
+1 -21
README.md
··· 1 1 # page 2 2 3 - [![Package Version](https://img.shields.io/hexpm/v/page)](https://hex.pm/packages/page) 4 - [![Hex Docs](https://img.shields.io/badge/hex-docs-ffaff3)](https://hexdocs.pm/page/) 5 - 6 - ```sh 7 - gleam add page@1 8 - ``` 9 - ```gleam 10 - import page 11 - 12 - pub fn main() -> Nil { 13 - // TODO: An example of the project in use 14 - } 15 - ``` 16 - 17 - Further documentation can be found at <https://hexdocs.pm/page>. 3 + my page to be [ollie.earth](https://page.ollie.earth) 18 4 19 - ## Development 20 - 21 - ```sh 22 - gleam run # Run the project 23 - gleam test # Run the tests 24 - ```