- Node.js or nvm installed.
yarn
installed.
-
After cloning the project, run this command:
yarn
oryarn install
-
Then, run the development server:
yarn dev
Open http://localhost:3000 with your browser to see the result.
You can start editing the page by modifying src/lib/pages/index.tsx
. The page auto-updates as you edit the file.
- Build production with
yarn build
, then run the production build usingyarn start
. - Open another terminal (or new terminal tab, don't cancel / close the production server), then run the test with
yarn test:e2e
.
References: