https://github.com/actionhero/www.actionherojs.com
The Actionhero website
https://github.com/actionhero/www.actionherojs.com
Last synced: about 1 year ago
JSON representation
The Actionhero website
- Host: GitHub
- URL: https://github.com/actionhero/www.actionherojs.com
- Owner: actionhero
- Created: 2017-04-25T18:08:37.000Z (about 9 years ago)
- Default Branch: main
- Last Pushed: 2024-01-16T16:44:11.000Z (over 2 years ago)
- Last Synced: 2025-04-30T22:14:26.141Z (about 1 year ago)
- Language: TypeScript
- Homepage: https://www.actionherojs.com
- Size: 11.3 MB
- Stars: 5
- Watchers: 3
- Forks: 14
- Open Issues: 10
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
Awesome Lists containing this project
README
# www.actionherojs.com

## Install
This is a [React Project](https://facebook.github.io/react/) utilizing [next.js](https://github.com/zeit/next.js/) and [react-bootstrap](https://react-bootstrap.github.io/)
- `npm install`
## Running in Development
- `npm run dev`
## Building for Production
(see `./bin/deploy`)
The main branch of this repository is automatically built and pushed to the `gh-pages` branch of this project by Circle.CI on a successful test run. We statically host this project on www.actionherojs.com via github pages.
## Linting
We use [prettier](https://prettier.io/) to manage our lint rules. We run `prettier --check` as part of our test suite, and your contributions must pass. Prettier is _very_ opinionated and inflexible such that we cannot inject our own opinions. There are no eslint/jshint files to manage in this project.
## CSS
- we use a default boostrap CSS file
- all components provide thier own CSS inline
## Sponsors
Thank you to [Vercel](https://vercel.com?utm_source=actionhero&utm_campaign=oss) for sponsoring Actionhero and providing hosting for this website!