📖 Please, check the Wiki tab for more information.
🪨 You can also check the project's milestones.
🧪 Get valid input to test.
- App: https://felipeog-whitebook.netlify.app
- Storybook: https://felipeog-whitebook-storybook.netlify.app
Clone this repository
git clone https://github.com/felipeog/pebmed-frontend-challenge.git
Change the directory to the cloned repository
cd pebmed-frontend-challenge
Install dependencies
npm i
Start the development server
npm run dev
Build the app
npm run build
Start the production server
npm run preview