Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/boxyhq/website
BoxyHQ website
https://github.com/boxyhq/website
hacktoberfest hactoberfest2022 website
Last synced: about 1 month ago
JSON representation
BoxyHQ website
- Host: GitHub
- URL: https://github.com/boxyhq/website
- Owner: boxyhq
- Created: 2021-04-08T22:32:58.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-11-08T18:29:59.000Z (about 2 months ago)
- Last Synced: 2024-11-09T03:40:01.384Z (about 2 months ago)
- Topics: hacktoberfest, hactoberfest2022, website
- Language: JavaScript
- Homepage: https://boxyhq.com
- Size: 151 MB
- Stars: 25
- Watchers: 8
- Forks: 21
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Website
This website is built using [Docusaurus](https://docusaurus.io/), a modern static website generator.
## Installation
```console
npm install --legacy-peer-deps
```## Local Development
```console
npm run dev
```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
```console
npm run build
```This command generates static content into the `build` directory and can be served using any static contents hosting service.
## Deployment
This website is deployed on render.com
## Contributing
Thanks for taking the time to contribute! Contributions are what make the open-source community such an amazing place to learn, inspire, and create. Any contributions you make will benefit everybody and are appreciated.
Please try to create bug reports that are:
- _Reproducible._ Include steps to reproduce the problem.
- _Specific._ Include as much detail as possible: which version, what environment, etc.
- _Unique._ Do not duplicate existing opened issues.
- _Scoped to a Single Bug._ One bug per report.## Community
- [Discord](https://discord.gg/uyb7pYt4Pa) (For live discussion with the Community and BoxyHQ team)
- [Twitter](https://twitter.com/BoxyHQ) (Get the news fast)