This is a demo project with a generated name 🌞
It simply fetches the most viewed wikipedia pages for a specified date.
The app is live here 👉 https://sun-wall.vercel.app/
Other than using the Cypress GUI to run the tests, all of the other commands should be accessible from the Gitpod virtual workspace linked above -including the main application.
Before you begin, you should run yarn install
📦️⬇️
In the project directory, you can run:
Runs the app in the development mode.
Open http://localhost:3000 to view it in the browser.
The page will reload if you make edits.
You will also see any lint errors in the console.
Launches the Cypress test runner GUI in interactive watch mode.
The component tests should be selectable.
Runs the Cypress component tests in headless mode.
Builds the app for production to the build
folder.
It correctly bundles React in production mode and optimizes the build for the best performance.
Runs the storybook app, demonstrating the various components in the project.
Open http://localhost:6006 to view it in the browser.
This project uses XState and the XState VS Code extension will allow you to visualize the state machine located here.