Skip to content

RolnickLab/adp-landing-page

Repository files navigation

Antenna landing page

This is the landing page for Antenna Insect Data Platform. The app was setup using Next.js and create-next-app. We output as a static site using Next Static Exports.

System requirements

  • Node
  • NPM

The .nvmrc file in project root describes the recommended Node version for this project.

Getting started

# Install dependencies
npm install

# Run app in development mode
npm run dev

The app will now be available in a browser on http://localhost:3000. Hot reload will be enabled by default.

Edit content

All text content is specified in the file /lib/content.json. To edit any content, simply update this file.

Deployment

With a static export, the app can be deployed and hosted on any web server that can serve HTML/CSS/JS static assets. When running the build command, Next.js generates the static export into the out folder.

# Install dependencies
npm install

# Generate static export
npm run build

# [Only for testing] Serve prod app on localhost
npx serve@latest out

About

This is the landing page for AMI Data Platform.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published