Saas You Later (SYL) is a startup focused profitability and business model calculator. This is a reimplementation of original Saas You Later using SvelteKit.
Visit Saas You Later here
You need to have the following on your machine to be able to develop SYL:
- Node v18 or later
Optional, but helpful
- An editor that supports .editorconfig and Language Server Protocol
Provided that above requirements are fulfilled, you can install the dependencies using
npm ciand run the development server using
npm startYou can then open SYL in your browser at http://localhost:3000.
To test everything, run the following:
npm test
This will
- prettify,
- lint,
- check types, and
- run unit tests.
To build SYL, run
npm run buildThe production build can be previewed using
npm run previewTODO write me