You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
12 months ago | |
---|---|---|
.idea | 12 months ago | |
src | 12 months ago | |
static | 12 months ago | |
.gitignore | 12 months ago | |
README.md | 12 months ago | |
package-lock.json | 12 months ago | |
package.json | 12 months ago | |
svelte.config.js | 12 months ago | |
tsconfig.json | 12 months ago |
README.md
solex
Solana Pay point-of-sale application
Overview
This project was created mainly as a proof-of-concept. It's written using SvelteKit, which is still in beta.
Please don't use for critical production applications.
Developing
Once you've created a project and installed dependencies with npm install
(or pnpm install
or yarn
), start a
development server:
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 app:
npm run build