Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kinson/elixir_book_club_landing_page
A landing page for the Elixir Book Club!
https://github.com/kinson/elixir_book_club_landing_page
bookclub elixir
Last synced: about 2 months ago
JSON representation
A landing page for the Elixir Book Club!
- Host: GitHub
- URL: https://github.com/kinson/elixir_book_club_landing_page
- Owner: kinson
- Created: 2021-06-23T04:49:38.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-12-19T22:53:01.000Z (about 3 years ago)
- Last Synced: 2024-10-30T17:56:33.709Z (2 months ago)
- Topics: bookclub, elixir
- Language: JavaScript
- Homepage:
- Size: 1.01 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Elixir Book Club Landing Page
A simple web page for the Elixir Book Club.
### Getting Started
1) Run `yarn` to install dependencies
2) Run `npx live-server`### Update Tailwind Styles
Whenever you update the `tailwind.js` file to add or adjust a style, you will need to regenerate the `assets/style.css` file by running:```zsh
yarn build:css# or for production
yarn build:prod:css
```