A website about ATD's Data & Technology Services team.
Local development requires git, npm and nvm.
Clone this repo
$ git clone git@github.com:cityofaustin/atd-product.git
Use the intended version of Node
nvm useGet the latest supported npm version on the current Node version
nvm install-latest-npmInstall packages
npm installStart the local development server
npm run devAs discussed here, the app's static export should be tested prior to deployment. To do so:
- Build the nextjs app, which will save the output in the
./outdirectory:npm run build - Run
npx serve@latest out -sto serve the./outdirectory onlocalhost. - Run
npm run buildwhenever changes are made

