Welcome to the Field Day Project! This repository serves as the main landing page for Field Day, a comprehensive suite of tools designed to support wildlife researchers in collecting and managing data efficiently. The project is currently under development by a team of students at Arizona State University.
This repository now supports live previewing using Docusaurus. Follow these steps to set it up:
- Ensure Node.js and npm are installed:
node --version npm --version
-
Install the project dependencies:
npm install
-
Run the live preview:
npm start
This command starts a local development server and opens up a browser window. Most changes are reflected live without having to restart the server.
To generate static content into the build
directory:
npm run build
This command generates static content into the build
directory and can be served using any static contents hosting service.
Using SSH:
USE_SSH=true npm run deploy
Not using SSH:
GIT_USER=<Your GitHub username> npm run deploy
If you are using GitHub pages for hosting, this command is a convenient way to build the website and push to the gh-pages
branch.
Note: The server automatically reloads when changes are made to
.md
files or the configuration.
This repository will soon include:
- User Guides: Step-by-step instructions to help researchers and users make the most of the Field Day tools.
- Contribution Guides: Information for developers interested in contributing to the project.
- Developer Guides: Technical documentation and guidelines for extending and maintaining the project.