Selfcrafted is a web application designed to provide users with an engaging and interactive experience. The platform allows users to explore crafts, learn about the company, start crafting processes, manage their user profiles, and view their shopping carts.
- Node.js (v16 or higher)
- npm (v8 or higher)
-
Clone the repository:
git clone https://github.com/TheAnimatrix/SCWeb.git cd SCWeb -
Install dependencies:
npm install
-
Set up environment variables:
-
Create a
.envfile in the root directory. -
Add your Supabase URL and public API key:
VITE_SUPABASE_URL=your-supabase-url VITE_SUPABASE_ANON_KEY=your-supabase-anon-key
-
-
Start the development server:
npm run dev
-
Open your browser and navigate to
http://localhost:5173to view the application.
Contributions are welcome! Please follow these guidelines:
- Fork the repository.
- Create a new branch for your feature or bug fix.
- Make your changes and commit them with descriptive messages.
- Push your changes to your forked repository.
- Submit a pull request to the main repository.
This project is licensed under the GNU General Public License v3.0 (GPL-3.0). See the LICENSE file for details.