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 (about 5 years ago)
- Default Branch: main
- Last Pushed: 2021-12-19T22:53:01.000Z (over 4 years ago)
- Last Synced: 2025-08-13T06:34:15.961Z (11 months ago)
- Topics: bookclub, elixir
- Language: JavaScript
- Homepage:
- Size: 1.01 MB
- Stars: 1
- Watchers: 1
- 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
```