You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 19, 2021. It is now read-only.
Click the `Use this template` button on [this project's GitHub page](https://github.com/babichjacob/sapper-firebase-typescript-graphql-tailwindcss-actions-template).
85
82
86
83
### ⬇️ Install Dependencies
@@ -94,7 +91,6 @@ npm install # pnpm also works
94
91
## 🛠 Usage
95
92
96
93
### 🧪 Development
97
-
98
94
```sh
99
95
npm run dev
100
96
```
@@ -150,7 +146,6 @@ The [Apple touch icon](https://developer.apple.com/library/archive/documentation
150
146
This project base comes with [source maps](https://blog.teamtreehouse.com/introduction-source-maps) enabled during development and disabled during production for the best compromise between performance and developer experience. You can change this behavior through the `sourcemap` variable in `rollup.config.js`.
1. Remove all Tailwind imports in the `src/global.pcss` file
155
150
2. Remove these lines in `postcss.config.js`:
156
151
1.```js
@@ -163,7 +158,7 @@ This project base comes with [source maps](https://blog.teamtreehouse.com/introd
163
158
tailwindcss(tailwindcssConfig),
164
159
```
165
160
3. Delete the `tailwind.config.js` file
166
-
4. Uninstall the `tailwindcss`and `@tailwindcss/ui` packages
161
+
4. Uninstall the `tailwindcss`package
167
162
168
163
### 🕸 Optionally removing the GraphQL server
169
164
1. Remove these lines in`src/server.ts`:
@@ -191,17 +186,14 @@ This project base comes with [source maps](https://blog.teamtreehouse.com/introd
191
186
task in `.github/workflows/build-and-deploy.yml`
192
187
193
188
## 😵 Help! I have a question
194
-
195
189
[Create an issue](https://github.com/babichjacob/sapper-typescript-graphql-template/issues/new) and I'll try to help.
196
190
197
191
## 😡 Fix! There is something that needs improvement
198
-
199
192
[Create an issue](https://github.com/babichjacob/sapper-typescript-graphql-template/issues/new) or [pull request](https://github.com/babichjacob/sapper-typescript-graphql-template/pulls) and I'll try to fix.
200
193
201
194
I'm sorry, because of my skill level and the fragility of (the combination of) some of these tools, there are likely to be problems in this project. Thank you for bringing them to my attention or fixing them for me.
0 commit comments