istrav-platform-frontend

Istrav Platform Frontend

Svelte frontend application for /istrav/ social groups with Activity Feed, Forums, Blogs, Calendars, Downloads, Storefronts, Leaderboards, Referrals, and Rules ... it uses istrav-platform-backend as it's REST API backend, CI/CD with Vercel.

/istrav/

Innovation Management Software (IMS)

istrav source code:

meta.istrav.net tech:

  • svelte-kit
  • materializecss

about

Allows people to sign into a members area only network.

https://.istrav.net

run

# fetch deps
$ npm install

# development
$ npm run dev

versioning

# check version
$ npm run id

# tag a vew version
$ npm version v0.0.14 --no-git-tag-version

# check everything in
$ git add . && git commit -m "version" && git push

# then check version tag in
$ git tag v0.0.14
$ git push --tags

clear port

$ lsof -i tcp:3000
$ kill -9 PID

Top categories

Loading Svelte Themes