Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/washingtonpost/fastfec_website

Website for the FastFEC project
https://github.com/washingtonpost/fastfec_website

Last synced: 5 days ago
JSON representation

Website for the FastFEC project

Awesome Lists containing this project

README

        

# FastFEC Website

The website for the [FastFEC](https://github.com/washingtonpost/FastFEC) project.

## Local development

After installing the dependencies (ensuring you're using Node v16 or above), run the development server at http://localhost:3000/fastfec via

```sh
npm run dev
```

Note that the website is served at a non-root path (`/fastfec`) to ensure [washingtonpost.com/fastfec](https://www.washingtonpost.com/fastfec/) works.

To build a static production version of the website in the `build/` folder:

```sh
npm run build
```