Skip to content

chnm/hearing-the-americas-map

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

94 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Hearing the Americas Map

This map visualizes spatial data from Hearing the Americas.

Omeka HTML block

The site compiles down to a single index.html page in dist/, which can be copy and pasted into an Omeka HTML block.

With the auto-generated <p> that Omeka adds, change this to <p style="display: none">.

npm Commands

Running the local server:

npm start

Compile JS and CSS files for production, which produces a single index.html file in dist/ that we can embed in an Omeka S HTML block:

npm run compile

Watch JS files for local development:

npm run watchjs

Lint JS files:

npm run lint

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published