A repository for the HHS OIG Website. Serving Classic ASP through Node.js with assets in AWS S3.
- Clone or download this repository.
- Run
npm install
to install application and all dependencies. - Run
npm start
to start Node.js server.
- Environment variables:
- PORT | Default: 3001
- Dotenv:
- Dotenv is used which can load environment variables from a .env file into process.env
- Example: PORT=8080
Refer to application package and dependency trackers for dependency information:
- Application package:
- Dependency trackers:
You can report issues and submit questions by opening a new Issue in GitHub. You can Watch this repo to receive notifications from GitHub when a new issue is posted, when an existing issue’s status is updated, and when a pull request is created.
See CONTRIBUTING for additional information.