https://github.com/joshau-04/online-store
An (imaginary) online store website
https://github.com/joshau-04/online-store
Last synced: about 2 months ago
JSON representation
An (imaginary) online store website
- Host: GitHub
- URL: https://github.com/joshau-04/online-store
- Owner: JoshAU-04
- Created: 2025-01-17T03:40:50.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2025-01-17T04:28:02.000Z (6 months ago)
- Last Synced: 2025-05-07T20:46:53.205Z (about 2 months ago)
- Language: Svelte
- Homepage: https://joshau-04.github.io/Online-Store/
- Size: 412 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Online Store Website

## About
This is an imaginary online store website that isn't really that fleshed out.
Just a few components here and there but I was experimenting with bootstrap and
svelte and so I got a bit carried away with things.## Assets
The assets (images) are just sourced from Nike, but by no means is this
affiliated or corresponding with Nike, nor are any of these items being
advertised or sold by me. I repeat, **you can't actually buy anything.**.## Preview
## Developing
If you want to play around with the website you can start up a development environment.
```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 the website:
```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.