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 atlasDuplicate the .env file and rename it as .env.local to add your local secrets.
Install the project dependencies
pnpm installRun 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
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
This website is tested and deployed with GitHub Actions.
This project was developed with the assistance of GitHub Copilot.