Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/korandoru/town
Knowledge base about connecting people, communities, and enterprises.
https://github.com/korandoru/town
community open-source
Last synced: 2 months ago
JSON representation
Knowledge base about connecting people, communities, and enterprises.
- Host: GitHub
- URL: https://github.com/korandoru/town
- Owner: korandoru
- Created: 2022-08-15T14:25:35.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-01-29T06:21:41.000Z (almost 2 years ago)
- Last Synced: 2023-03-04T04:41:22.654Z (almost 2 years ago)
- Topics: community, open-source
- Language: JavaScript
- Homepage: https://town.korandoru.io
- Size: 2.69 MB
- Stars: 15
- Watchers: 1
- Forks: 7
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Website
This website is built using [Docusaurus 2](https://docusaurus.io/), a modern static website generator.
### Installation
```
$ yarn
```### Local Development
```
$ yarn 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
```
$ yarn build
```This command generates static content into the `build` directory and can be served using any static contents hosting service.