Skip to content
/ atlas Public template

The UGRC template for creating single page mapping applications.

License

Notifications You must be signed in to change notification settings

agrc/atlas

Folders and files

NameName
Last commit message
Last commit date
Feb 6, 2025
Dec 16, 2024
Dec 17, 2018
Dec 17, 2018
Dec 17, 2018
Dec 17, 2018
Aug 15, 2024
Dec 17, 2018
Mar 22, 2025
Jul 31, 2024
May 2, 2022
Apr 1, 2013
Jul 25, 2024
Jul 22, 2022
Dec 5, 2024
Jan 1, 2025
Sep 13, 2022
Jul 22, 2022
Dec 16, 2024
Mar 22, 2025
Mar 22, 2025
Dec 5, 2024
Mar 22, 2025
Mar 22, 2025
Jul 31, 2024
Aug 14, 2024
Dec 16, 2024
Dec 16, 2024
Dec 16, 2024
Dec 16, 2024

Repository files navigation

Atlas

UGRC Web Mapping Application Template

Pull Request Events Push Events

To Use

Step 1 - Use this template

Click the Use this template button to create a new repository from atlas or checkout the repository

git clone https://github.com/agrc/atlas.git
cd atlas

Duplicate the .env file and rename it as .env.local to add your local secrets.

Install the project dependencies

pnpm install

Step 2 - Develop and Test

Run pnpm start to start a web server and view the website

Open src/App.jsx to view the development version of the app.

Build an awesome app.

Run pnpm test to run the unit tests

Run pnpm run format to format the code

Run pnpm run lint to lint the code

Step 3 - Optimize

Execute pnpm run build to create an optimized production build

The files will be placed in /dist

Execute pnpm run preview to view the built website

Step 4 - Deploy

This website is tested and deployed with GitHub Actions.

Contributing

See our Contributing Guide

Attribution

This project was developed with the assistance of GitHub Copilot.