https://github.com/smrtmrktx/smx
SMRT MRKT X © OFFICIAL WEBSITE
https://github.com/smrtmrktx/smx
List: SMX
awesome crypto cybersecurity digital flowbite-svelte fullstack-development html-css-javascript mit-license opensource sveltekit tailwindcss templates vercel-deployment vite webapp
Last synced: 7 months ago
JSON representation
SMRT MRKT X © OFFICIAL WEBSITE
- Host: GitHub
- URL: https://github.com/smrtmrktx/smx
- Owner: SmrtMrktX
- License: mit
- Created: 2023-12-27T18:43:04.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2025-03-15T23:58:28.000Z (7 months ago)
- Last Synced: 2025-03-16T00:25:21.599Z (7 months ago)
- Topics: awesome, crypto, cybersecurity, digital, flowbite-svelte, fullstack-development, html-css-javascript, mit-license, opensource, sveltekit, tailwindcss, templates, vercel-deployment, vite, webapp
- Language: Svelte
- Homepage: https://smx.tn
- Size: 12.1 MB
- Stars: 4
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
![]()
SMX
SMRT MRKT X © OFFICIAL WEBSITEversion 1
### We create amazing open-source projects that empower developers and foster collaboration.
#### Developing
```bash
git clone https://github.com/SmrtMrktX/SMX.git
npm install
npm run dev# follow the localhost link
```Everything inside `src/lib` is part of your library, everything inside `src/routes` can be used as a showcase or preview app.
#### Contribution
```bash
Fork repo - Create your own branch - Make the app better - Commit it - Pull request.
```#### Building
To build your library:
```bash
npm run package
```To create a production version of your showcase 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.
#### Publishing
Go into the `package.json` and give your package the desired name through the `"name"` option. Also consider adding a `"license"` field and point it to a `LICENSE` file which you can create from a template (one popular option is the [MIT license](https://opensource.org/license/mit/)).
To publish your library to [npm](https://www.npmjs.com):
```bash
npm publish
```