Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/craftzdog/craftzdog-uses
A curated list of the tech I use, built with Astro and Tailwind CSS
https://github.com/craftzdog/craftzdog-uses
astrojs headlessui react tailwindcss
Last synced: 1 day ago
JSON representation
A curated list of the tech I use, built with Astro and Tailwind CSS
- Host: GitHub
- URL: https://github.com/craftzdog/craftzdog-uses
- Owner: craftzdog
- License: other
- Created: 2022-09-20T01:17:49.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-08-22T07:57:06.000Z (4 months ago)
- Last Synced: 2024-10-12T22:16:56.863Z (3 months ago)
- Topics: astrojs, headlessui, react, tailwindcss
- Language: Astro
- Homepage: https://uses.craftz.dog/
- Size: 52 MB
- Stars: 263
- Watchers: 3
- Forks: 31
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Takuya's curated list of the tech
A curated list of the tech I use, built with Astro and Tailwind CSS
https://uses.craftz.dog/
## Tutorial
Watch how I built this website on YouTube:
[![tutorial thumbnail](./docs/tutorial-thumb.jpg)](https://youtu.be/3_JE76PKBWE)
## Stack
- [Astro](https://astro.build/) - Static Website Framework
- [Tailwind CSS](https://tailwindui.com/) - CSS Framework
- [React](https://reactjs.org/) - Component-based UI framework for JS
- [Headless UI](https://headlessui.com/) - Unstyled interactive components
- [React Icons](https://react-icons.github.io/react-icons/) - Icon set
- [Inkdrop](https://www.inkdrop.app/) - Markdown note-taking app, for writing the blog content (optional)## Project Structure
Inside of your Astro project, you'll see the following folders and files:
```
PROJECT_ROOT
├── public # static assets
│ └── posts # images of posts
├── src
│ ├── components # Astro & React components
│ │ └── icons
│ ├── layouts # page layouts
│ ├── pages # page files
│ │ ├── categories # category pages
│ │ └── posts # .md files
│ └── styles # global stylesheets
└── tools # Inkdrop integration
```## How to import notes from your Inkdrop local server
First, please check out the [live-export](https://github.com/inkdropapp/inkdrop-live-export) documentation.
Create `.env` file as following:
```
DEBUG='inkdrop:export:info,inkdrop:export:error'
INKDROP_USERNAME='***'
INKDROP_PASSWORD='***'
INKDROP_PORT=***
INKDROP_BOOKID='***'
```Then, run the following command:
```sh
npm run live-import
```## License
MIT License.
You can create your own homepage for free without notifying me by forking this project under the following conditions:
- Delete my blog content and assets
- Add a link to [my homepage](https://www.craftz.dog/)---
Looking for a Markdown note-taking app? Check out my app called Inkdrop:
[![Inkdrop](https://github.com/craftzdog/dotfiles-public/raw/master/images/inkdrop.png)](https://www.inkdrop.app/)