Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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

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 |
|:--------------------------------------------------------------:|:--------------------------------------------------------------:|:--------------------------------------------------------------:|
| screenshot-01 | screenshot-02 | screenshot-03 |

## 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!


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.