Capivara admin svelte preject
Find a file
Jonatas Oliveira 46f07caf55
Some checks failed
ci/woodpecker/push/pipeline/1 Pipeline failed
ci/woodpecker/push/pipeline/2 Pipeline failed
ci/woodpecker/cron/pipeline/1 Pipeline is pending
ci/woodpecker/cron/pipeline/2 Pipeline is pending
build: add cron event
2026-01-01 17:08:14 +01:00
.woodpecker build: add cron event 2026-01-01 17:08:14 +01:00
.yarn build: update libraries 2025-12-27 12:57:44 +01:00
src build: update libraries 2025-12-27 12:57:44 +01:00
static Implementada página de comissões (#45) 2024-12-14 08:11:31 +01:00
test-results build: update libraries 2025-12-27 12:57:44 +01:00
tests build: update libraries 2025-12-27 12:57:44 +01:00
.buildpack build: config node adapter to deploy in heroku (#4) 2024-04-08 17:03:44 +02:00
.eslintignore chore: add README.md 2024-01-24 13:00:54 +01:00
.eslintrc.cjs build: update libraries 2025-12-27 12:57:44 +01:00
.gitignore chore: add README.md 2024-01-24 13:00:54 +01:00
.mocharc.json build: update libraries 2025-12-27 12:57:44 +01:00
.npmrc chore: add README.md 2024-01-24 13:00:54 +01:00
.prettierignore chore: add README.md 2024-01-24 13:00:54 +01:00
.prettierrc chore: add README.md 2024-01-24 13:00:54 +01:00
.yarnrc.yml build: add node version 2025-11-08 13:24:56 +01:00
bun.lockb build: update libraries 2025-12-27 12:57:44 +01:00
LICENSE Initial commit 2024-01-24 12:57:40 +01:00
lint-staged.config.js build: update libraries 2025-12-27 12:57:44 +01:00
package.json build: update libraries 2025-12-27 12:57:44 +01:00
playwright.config.ts chore: add README.md 2024-01-24 13:00:54 +01:00
postcss.config.js feat: add inventory route 2024-06-17 09:18:26 +02:00
Procfile Rename Profile to Procfile (#52) 2025-03-21 08:28:35 +01:00
README.md build: update libraries 2025-12-27 12:57:44 +01:00
response.json build: update libraries 2025-12-27 12:57:44 +01:00
sonar-project.properties build: add sonar configs 2025-12-27 13:06:23 +01:00
svelte.config.js feat: i18n admin (#67) 2025-07-14 09:50:50 -04:00
tailwind.config.js Feat/change layout (#6) 2024-05-13 06:42:24 +02:00
tsconfig.json feat: add inventory route 2024-06-17 09:18:26 +02:00
vite.config.ts build: update libraries 2025-12-27 12:57:44 +01:00
yarn.lock build: update libraries 2025-12-27 12:57:44 +01:00

Fast-Ecommerce-Admin

Admin for fast-ecommerce

Admin Panel - README

This repository contains the admin panel for managing GattoRosa operations. Built using Svelte, this panel provides administrators with a streamlined interface for handling backend operations such as order management, user administration, and content updates.

Configuration

To configure the project, add the following environment variable to your .env file:

SERVER_BASE_URL='https://api.exemplo.com'

This points to the staging API server, where all API calls made from the admin panel will be directed.

Features

  • Svelte Framework: Fast and reactive front-end framework.
  • Admin Operations: Manage orders, users, products, and content.
  • API Integration: Communicates with the GattoRosa backend using the provided SERVER_BASE_URL.

create-svelte

Everything you need to build a Svelte project, powered by create-svelte.

Creating a project

If you're seeing this, you've probably already done this step. Congrats!

# create a new project in the current directory
npm create svelte@latest

# create a new project in my-app
npm create svelte@latest my-app

Developing

Once you've created a project and installed dependencies with npm install (or pnpm install or yarn), start a development server:

npm run dev

# or start the server and open the app in a new browser tab
npm run dev -- --open

Building

To create a production version of your app:

npm run build

You can preview the production build with npm run preview.

To deploy your app, you may need to install an adapter for your target environment.