An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          


SMX Logo

SMX
SMRT MRKT X © OFFICIAL WEBSITE

version 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
```