Skip to content

R3tr0gh057/CMS-Web

 
 

Repository files navigation

create-svelte

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

Installing pnpm

We'll be using pnpm as the package manager: https://pnpm.io/installation

Run this command from an elevated command prompt (Run powershell as administrator):

iwr https://get.pnpm.io/install.ps1 -useb | iex

Developing

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

pnpm run dev
# or
pnpm vite

Front-End Development

Strictly use Flexbox. For uniformity and ease of development for everyone.

About

CMS fork for local development

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Svelte 75.4%
  • JavaScript 17.6%
  • HTML 7.0%