Live without fear. Selling platform of future for customers and business owners.
Website: spentoday.com
Shop GitHub repo: flurium/spentoday-shop Api GitHub repo: flurium/spentoday-api
Spelling: spen + to + day (do it as italian)
Technical requirements!: docs/tech-requirements
Clone the repository:
git clone https://github.com/flurium/spentoday.gitGet inside of folder:
cd spentodayUse dev branch:
git checkout devFrom install dependencies:
npm installSet environment variable on your machine, so it works with local backend. Not in .env file, but in machine settings.
NODE_TLS_REJECT_UNAUTHORIZED=0Setup .env file for:
PUBLIC_API_URL=https://localhost:44303Start development server:
npm run devRun next command to watch for code changes and generate types when changes appear:
npm run check:watchFor text:
- text-header - for headers
- text-main - for main text
- text-input - for secondary text
Example:
<h3 class="text-text-header">Соціальні мережі</h3>
<p class="text-text-input">
Соціальні посилання для вашого бізнесу, які часто використовуються в нижньому
колонтитулі теми
</p>- Svelte Docs for ui.
- SvelteKit Docs for loading data, server-side renderin, routing.