Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/hawapi/website

Main website for HawAPI
https://github.com/hawapi/website

astro astro-build astro-website haw-api hawapi theproject-id

Last synced: 12 days ago
JSON representation

Main website for HawAPI

Awesome Lists containing this project

README

        

# HawAPI - Website

This repository contains the source code required to build the [HawAPI](https://hawapi.theproject.id) website.

## Topics

- [Prerequisites](#prerequisites)
- [Setup](#usage)
- [Scripts](#scripts)
- [Contributing](#contributing)
- [License](#license)

## Prerequisites

- Text editor or IDE (VsCode, Subline, Noteped++)
- Yarn
- [Astro](https://astro.build/) for [website](https://github.com/HawAPI/website) generation

## Setup

Step by step of how to run the application.

> See all [Prerequisites](#prerequisites)

### Clone

> **Note** \
> Alternatively, you could [download all files (Zip)](https://github.com/HawAPI/website/archive/refs/heads/main.zip)

- SSH

```
git clone [email protected]:HawAPI/website.git
```

- HTTPS

```
git clone https://github.com/HawAPI/website.git
```

### Application

```
yarn dev
```

Open the browser and go to:

```
http://localhost:4321
```

## Scripts

All scripts are run from the root of the project, from a terminal:

| Command | Action |
| :----------- | :------------------------------------------ |
| `yarn` | Installs dependencies |
| `yarn dev` | Starts local dev server at `localhost:4321` |
| `yarn build` | Build production site to `./build/` |
| `yarn clean` | Remove `./build/` |

## Contributing

You could help continuing its development by:

- [Contribute](CONTRIBUTING.md) to the source code
- Suggest new features and report issues

## Contact

For any questions about the project: [Contact](https://github.com/HawAPI/HawAPI#contact).

## Code of conduct

We will behave ourselves if you behave yourselves. For more details see our
[Code of conduct](https://github.com/HawAPI/HawAPI/blob/main/CODE_OF_CONDUCT.md).

## License

HawAPI is licensed under the [MIT License](LICENSE).

> Check out all [licenses/dependencies](https://hawapi.theproject.id/docs/about/#licenses)