Skip to content

Join a worldwide movement to catalog 
every open source 
civic tech project.

License

Notifications You must be signed in to change notification settings

nrrao/website

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

61 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

website

The website for the Civic Tech Index

How to Run with Docker

  1. Build the image: docker build -t [image-name] .
  2. Run the image: docker run -p [port#]:80 [image-name]
  3. Open in browser: "localhost:[port#]"

Example: docker build -t webmasterimage . docker run -p 80:80 webmasterimage In browser go to localhost:80

About

Join a worldwide movement to catalog 
every open source 
civic tech project.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 93.4%
  • HTML 5.5%
  • Dockerfile 1.1%