Skip to content

pascalwengerter/pascal.rocks

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

71 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Pascal.rocks website

Setup

Make sure to install the dependencies:

pnpm install

Development Server

Start the development server on http://localhost:4321:

pnpm dev

Production

Build the application for production:

pnpm build

Locally preview production build:

pnpm preview