This is the codebase for the btrust.tech site.
The website is built with Next.js. To run it locally you'll need Node.js 14.6.0 or newer. After cloning repository and running yarn to install the project dependencies, try any of the following three commands in the terminal:
yarn run devfor running a development instance with hot-reloading, file watching and task re-runningyarn run buildfor compiling the project.yarn startfor starting your app in production mode.
To run the development server:
npm run dev
# or
yarn devOpen http://localhost:3000 with your browser to view the site.
