Skip to content

Commit

Permalink
Cleanup the root dir, and update CONTRIBUTE guide.
Browse files Browse the repository at this point in the history
  • Loading branch information
huacnlee committed May 22, 2024
1 parent a1720fc commit 6d73825
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 6 deletions.
1 change: 0 additions & 1 deletion .browserslistrc

This file was deleted.

3 changes: 0 additions & 3 deletions .codeclimate.yml

This file was deleted.

10 changes: 9 additions & 1 deletion CONTRIBUTE.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,5 +36,13 @@ $ rails s
## Testing

```bash
bundle exec rake
$ rails test
```

## Troubleshooting

- On macOS ARM, you may casue an crash error when running `rails s`, just we Webrick instead of Puma.

```bash
$ rails s -u webrick
```
2 changes: 1 addition & 1 deletion tailwind.config.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
const defaultTheme = require("tailwindcss/defaultTheme");
const colors = require("tailwindcss/colors");

/** @type {import('tailwindcss').Config} */
module.exports = {
darkMode: ["class", '[data-theme="dark"]'],
content: [
Expand Down

0 comments on commit 6d73825

Please sign in to comment.