https://github.com/viewlee305/ghs_super_app
Giheung High School Basics Of Coding Club
https://github.com/viewlee305/ghs_super_app
club javascript pwa school school-project svelte sveltekit taillwindcss
Last synced: about 1 year ago
JSON representation
Giheung High School Basics Of Coding Club
- Host: GitHub
- URL: https://github.com/viewlee305/ghs_super_app
- Owner: viewlee305
- License: agpl-3.0
- Created: 2025-03-21T16:53:31.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2025-04-11T16:06:34.000Z (about 1 year ago)
- Last Synced: 2025-04-13T11:55:53.376Z (about 1 year ago)
- Topics: club, javascript, pwa, school, school-project, svelte, sveltekit, taillwindcss
- Language: Svelte
- Homepage:
- Size: 89.8 KB
- Stars: 5
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# 안내
NodeJS를 까셔야 정상적으로 보실 수 있습니다
## Creating a project
If you're seeing this, you've probably already done this step. Congrats!
```bash
# create a new project in the current directory
npx sv create
# create a new project in my-app
npx sv create my-app
```
## Developing
Once you've created a project and installed dependencies with `npm install` (or `pnpm install` or `yarn`), start a development server:
```bash
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:
```bash
npm run build
```
You can preview the production build with `npm run preview`.
> To deploy your app, you may need to install an [adapter](https://svelte.dev/docs/kit/adapters) for your target environment.
# ghs_super_app