Skip to content

jwpconsulting/saasyoulater

Repository files navigation

Saas You Later

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

Requirements

You need to have the following on your machine to be able to develop SYL:

  • Node v18 or later

Optional, but helpful

Developing

Provided that above requirements are fulfilled, you can install the dependencies using

npm ci

and run the development server using

npm start

You can then open SYL in your browser at http://localhost:3000.

Testing

To test everything, run the following:

npm test

This will

  • prettify,
  • lint,
  • check types, and
  • run unit tests.

Building

To build SYL, run

npm run build

The production build can be previewed using

npm run preview

Deployment

TODO write me

Contributors