Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/tonai/blog

My blog
https://github.com/tonai/blog

Last synced: 4 days ago
JSON representation

My blog

Awesome Lists containing this project

README

        

# Personal Website and Blog

This website is built using [Docusaurus 3](https://docusaurus.io/), a modern static website generator.

You can access the deployed version [here](https://tonai.github.io/blog/).

## Installation

```
$ npm i
```

## Local Development

```
$ npm run start
```

This command starts a local development server and opens up a browser window. Most changes are reflected live without having to restart the server.

## Build

```
$ npm run build
```

This command generates static content into the `build` directory and can be served using any static contents hosting service.