Skip to content

ecds/Apollo-15-Flight-Path

Repository files navigation

Apollo 15 Flight Path

Home page for the Apollo 15 Learning Hub.

Build

Current build assume Node 20. Use NVM to manage local node versions.

From the project root, run:

nvm use 20
npm install
npm run build

Copy the contents of the resulting /dist folder to the webserver. For the Omeka site, copy the index.html from the build to index.php and wrap it in PHP tags. Prepend all the links in all the JavaScript, HTML, and CSS files in the build

/themes/bigpicture/assets
/themes/bigpicture/images

Development

nvm use 20
npm install
npm run dev

View the site at http://localhost:5173

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published