Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tatsutakein/tatsutakein.jp
✦ My personal website built using Next.js, Tailwind CSS and deployed on Vercel.
https://github.com/tatsutakein/tatsutakein.jp
graphql nextjs react tailwindcss turborepo typescript vercel
Last synced: about 1 month ago
JSON representation
✦ My personal website built using Next.js, Tailwind CSS and deployed on Vercel.
- Host: GitHub
- URL: https://github.com/tatsutakein/tatsutakein.jp
- Owner: tatsutakein
- License: mit
- Created: 2023-02-25T00:52:30.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-12-10T01:37:03.000Z (about 2 months ago)
- Last Synced: 2024-12-10T02:27:23.075Z (about 2 months ago)
- Topics: graphql, nextjs, react, tailwindcss, turborepo, typescript, vercel
- Language: TypeScript
- Homepage: https://tatsutakein.jp
- Size: 5.82 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 14
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
[![License: MIT](https://img.shields.io/badge/license-MIT-blue.svg)](https://opensource.org/licenses/MIT)
[![renovate](https://img.shields.io/badge/maintaied%20with-renovate-blue?logo=renovatebot)](https://app.renovatebot.com/dashboard)
[![GitHub last commit (branch)](https://img.shields.io/github/last-commit/tatsutakein/tatsutakein.jp)](https://github.com/tatsutakein/tatsutakein.jp/commits/main/)# tatsutakein.jp
My personal website is a testing ground, so to speak, and is seemingly over-specified in its configuration. It serves as
an app-like-web platform for my writings, self-introduction, showcasing my bookmarks, and more.## Features
On my personal website you can browse articles and check out the products I have developed.
### Screenshots
| Home | Posts | Post Content |
|:--------------------------------------------------------------:|:--------------------------------------------------------------:|:--------------------------------------------------------------:|
| | | |## Get Started
After git clone, run the following command
```shell
$ make bs
```What is being processed by bootstrap is shown below.
- Configuring git commit message templates
- Installation of various tools by mise
- Installation of dependencies by bun
- Installation of husky by bun### Add template
You can generate code from a template using plop by executing the following command.
```shell
$ bun plop
```## Development Environment
TBD
## Architecture
- [Turborepo](https://turbo.build/repo)
- [Next.js](https://nextjs.org/)
- [Tailwind CSS](https://tailwindcss.com/)## Build
TBD
## Testing
TBD
## Performance
TBD
## Contributors
Thanks to our wonderful contributors!
## Repo Activity
![Repobeats](https://repobeats.axiom.co/api/embed/a15206ee2ef59b4c5afb970c762460781429f687.svg "Repobeats analytics image")
## License
tatsutakein.jp is distributed under the terms of the MIT License. See the [license](LICENSE) for more
information.