Skip to content

Front-end templating, build, and deploy for VA.gov CMS content.

License

Notifications You must be signed in to change notification settings

penny-lischer/next-build

 
 

Repository files navigation

next-build

Front-end templating, build, and deploy for VA.gov CMS content.

Local setup

Prerequisites

You should set these up before attempting to install the repo.

Basic local installation

  1. Clone the repo if you haven't. git@github.com:department-of-veterans-affairs/next-build.git

  2. Run yarn install.

  3. Copy .env.example to .env.local. This is a reasonable set of environment defaults for local development.

  4. Make sure your SOCKS access is running.

  5. Run yarn dev.

You will now have a Next.js development server running at http://localhost:3000, which will refresh with changes to your local environment.

Documentation (WIP)

About

Front-end templating, build, and deploy for VA.gov CMS content.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 83.8%
  • JavaScript 15.3%
  • Other 0.9%