MeteoriteH/Front
Lewin Kelly 5d5eda6bab
Replace mete0r.xyz URLs with URL loaded from .env file
2023-09-15 17:58:30 +01:00
..
.github/workflows Initialise repository with SushiDesigner/Meteor-Front and SushiDesigner/Meteor-back 2023-09-10 01:51:41 +01:00
src Replace mete0r.xyz URLs with URL loaded from .env file 2023-09-15 17:58:30 +01:00
static Initialise repository with SushiDesigner/Meteor-Front and SushiDesigner/Meteor-back 2023-09-10 01:51:41 +01:00
.gitignore Initialise repository with SushiDesigner/Meteor-Front and SushiDesigner/Meteor-back 2023-09-10 01:51:41 +01:00
.npmrc Initialise repository with SushiDesigner/Meteor-Front and SushiDesigner/Meteor-back 2023-09-10 01:51:41 +01:00
README.md Pull from upstream front and back 2023-09-12 22:52:15 +01:00
package-lock.json Pull from upstream front and back 2023-09-12 22:52:15 +01:00
package.json Pull from upstream front and back 2023-09-12 22:52:15 +01:00
pnpm-lock.yaml Pull from upstream front and back 2023-09-12 22:52:15 +01:00
postcss.config.cjs Pull from upstream front and back 2023-09-12 22:52:15 +01:00
svelte.config.js Pull from upstream front and back 2023-09-12 22:52:15 +01:00
tailwind.config.cjs Pull from upstream front and back 2023-09-12 22:52:15 +01:00
tsconfig.json Initialise repository with SushiDesigner/Meteor-Front and SushiDesigner/Meteor-back 2023-09-10 01:51:41 +01:00
vite.config.js Pull from upstream front and back 2023-09-12 22:52:15 +01:00

README.md

create-svelte

Hey idiots to push to PRODUCTION go to actions tab and use Meteorite Push to Prod ONLY USE THIS WHEN READY

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.