Skip to content

cityofaustin/atd-product

Repository files navigation

atd-product

A website about ATD's Data & Technology Services team.

Website

https://austinmobility.io DTS Website Screenshots

Development

Architecture

architecture diagram

Get it running

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 use

Get the latest supported npm version on the current Node version

nvm install-latest-npm

Install packages

npm install

Start the local development server

⚠️ Running the Next development server is fine for most use cases, but does not test the static site export. See Static export server.

npm run dev

Static export server

As discussed here, the app's static export should be tested prior to deployment. To do so:

  1. Build the nextjs app, which will save the output in the ./out directory: npm run build
  2. Run npx serve@latest out -s to serve the ./out directory on localhost.
  3. Run npm run build whenever changes are made

Icon attributions

About

A website about the City of Austin Transportation & Public Works department's Data & Technology Services team

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors