jokes-bapak2/client
Reinaldy Rafli f7c49c37f6 fix: sentry logging 2021-07-15 17:36:13 +07:00
..
src fix: sentry logging 2021-07-15 17:36:13 +07:00
static feat: meta tags 2021-07-15 17:30:40 +07:00
.eslintrc.cjs feat: move to svelte kit 2021-07-09 10:50:38 +07:00
.gitignore chore: config to static 2021-07-09 16:19:10 +07:00
.npmrc feat: move to svelte kit 2021-07-09 10:50:38 +07:00
.nvmrc chore: nvm config 2021-07-09 16:35:32 +07:00
.prettierrc style: config prettier 2021-07-09 22:44:24 +07:00
Dockerfile ci: reconfigured build steps 2021-07-09 20:46:12 +07:00
README.md docs: updated to make everything clear 2021-07-09 19:22:56 +07:00
package.json feat(wip): nearly done 2021-07-15 16:39:59 +07:00
svelte.config.js style: run prettier 2021-07-15 16:40:34 +07:00
tsconfig.json style: config prettier 2021-07-09 22:44:24 +07:00
windi.config.js style: run prettier 2021-07-15 16:40:34 +07:00
yarn.lock feat(wip): nearly done 2021-07-15 16:39:59 +07:00

README.md

Jokes Bapak2 API

Still work in progress

Development

# Install modules
$ yarn install

# Run local server
$ yarn dev

# or start the server and open the app in a new browser tab
$ yarn dev -- --open

# build everything
$ yarn build

You can preview the built app with yarn preview, regardless of whether you installed an adapter. This should not be used to serve your app in production.

Used packages

Name Version Type
@sveltejs/kit next Framework