Skip to content

Latest commit

 

History

History
24 lines (16 loc) · 298 Bytes

README.md

File metadata and controls

24 lines (16 loc) · 298 Bytes

Llama Corp

Built with NextJS

Development

yarn dev

Update data

  • To update job openings, use /data/careers.js
  • To update projects, use /data/projects.js
  • To update team, use /data/team.js

and deploy the project

Deployment

yarn build
netlify deploy