This repository contains the source code required to build the HawAPI website.
Step by step of how to run the application.
See all Prerequisites
Note
Alternatively, you could download all files (Zip)
- SSH
git clone git@github.com:HawAPI/website.git
- HTTPS
git clone https://github.com/HawAPI/website.git
yarn dev
Open the browser and go to:
http://localhost:4321
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/ |
You could help continuing its development by:
- Contribute to the source code
- Suggest new features and report issues
For any questions about the project: Contact.
We will behave ourselves if you behave yourselves. For more details see our Code of conduct.
HawAPI is licensed under the MIT License.
Check out all licenses/dependencies