Giter Site home page Giter Site logo

rainy-days's Introduction

๐ŸŒง๏ธRainy Days eCommerce Store๐ŸŒง๏ธ

This is a modern, responsive, and efficient online store built using SvelteKit, and integrated with the WordPress WooCommerce API as its CMS.

Rainy Days Homepage Screenshot

๐ŸŽ‰ Features

  • Built with SvelteKit for an optimal user experience and top-notch performance
  • Integrated with the WordPress WooCommerce API for easy content and product management
  • Responsive design adapts to various screen sizes, from mobile to desktop
  • Simple configuration using environment variables for API key and endpoint
  • Straightforward installation and deployment process

๐Ÿš€ Installation

๐Ÿ“‹ Requirements

  • Node.js (>= 12.x)
  • NPM (>= 6.x)

๐Ÿ Getting Started

  1. Clone the repository:
git clone https://github.com/kyrregjerstad/rainy-days-new.git
cd rainy-days-new
  1. Install dependencies:
npm i
  1. Create a .env file in the root directory by using the provided .env.example as a reference:
cp .env.example .env
  1. Add your own API keys and endpoint in the .env file. If you don't have an API key, you can get one by installing the WooCommerce plugin on your WordPress site. The WooCommerce API documentation can be found here: WooCommerce Rest API.

The .env file should look something like this:

PUBLIC_API_BASE_URL=https://your-api-base-url.com
PRIVATE_WC_AUTH_HEADER="Basic YourWoocommerceAuthHeader"
  1. Start the development server:
npm run dev -- --open

This should open your browser automatically, if not open your browser and navigate to http://localhost:3000 to view the app.

๐ŸŒ Deployment

The project is hosted at www.rainy-days.kyrre.dev. I'm using Vercel for hosting, so no build step is required if you choose to do the same. You can also host the project on your own server, but you'll need to build the project first:

npm run build

๐Ÿ‘ฉโ€๐Ÿ’ป Contributing

If you'd like to contribute to the Rainy Days project, feel free to open a pull request or create an issue.

๐Ÿ“„ License

This project is licensed under the MIT License - see the LICENSE file for details.

๐Ÿ™Œ Acknowledgements

rainy-days's People

Contributors

kyrregjerstad avatar dependabot[bot] avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.