Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/joshau-04/online-store
An (imaginary) online store website
https://github.com/joshau-04/online-store
Last synced: about 9 hours 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 (21 days ago)
- Default Branch: main
- Last Pushed: 2025-01-17T04:28:02.000Z (21 days ago)
- Last Synced: 2025-01-17T04:30:24.693Z (21 days ago)
- Language: Svelte
- Homepage: https://joshau-04.github.io/Online-Store/
- Size: 0 Bytes
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Online Store Website
![Image preview](https://github.com/JoshAU-04/Online-Store/blob/main/static/preview.png?raw=true)
## 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.