Skip to content
/ site Public
forked from obboy/site

The official site of Obboy, powered by svelte

Notifications You must be signed in to change notification settings

Mr-M1M3/site

 
 

Repository files navigation

Developing

First you need to set proper env variables in a .env file. This project uses Pocketbase as BaaS. So, first thing you are going to do is provide pocketbase url.

POCKETBASE_URL = "{link to the url pocktbase is listening at.}"

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

npm run build:dev

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

Building

To create a production version of your app:

npm run build:prod

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.

About

The official site of Obboy, powered by svelte

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Svelte 63.8%
  • JavaScript 31.4%
  • HTML 3.2%
  • Other 1.6%