🥗 Seasonal app

Seasonal is your seasonal/regional calendar for food. You can find the hosted version on seasonal.wiki. The project is based on React and you can find the storybook component library on storybook.seasonal.wiki.

Actions Status

⚙️ Technologies used

👩‍💻 Development:

Install dependencies:

yarn install

Start the app in development mode:

yarn run dev
yarn storybook

Quality analysis:

yarn test # Run the tests

yarn lint # Lint the code using eslint

yarn lint-fix # Lint the code and fix issues if there are some

yarn format # Format the code using prettier

Dev tools used:

🏃‍♀️ Run on production:

Install dependencies:

yarn install
yarn build