This is a Next.js project bootstrapped
with create-next-app
.
First, run the development server:
pnpm run dev
Open http://localhost:3000 with your browser to see the result.
You can start editing the page by modifying app/page.tsx
. The page auto-updates as you edit the file.
This project uses next/font
to automatically optimize and
load Inter, a custom Google Font.
lib/config/home.tsx
- Home page contentlib/config/pages.tsx
- Other pages content
We have set up an automated deployment process for the testing environment. When code is merged into either the main
or develop
branch, the system automatically deploys the changes to the testing environment. You can find the
deployment workflow configuration in .github/workflows/deploy_dev.yml
.
To deploy changes to the production environment, follow these steps:
- Visit the project's GitHub page.
- Navigate to the "Actions" tab.
- Click on "Manual Deploy to Production."
- Select "Run workflow" to initiate a manual deployment to the production environment.
Our testing framework of choice is Cypress. Comprehensive testing information will be provided in this section as the project progresses.
pnpm run build
pnpm run start
pnpm run test
# or
pnpm run test:headless
Feel free to update this README with more details as the project evolves. If you have any questions or need further assistance, please don't hesitate to reach out. Happy coding!