Skip to content
This repository has been archived by the owner on Sep 7, 2021. It is now read-only.

Commit

Permalink
Merge pull request #99 from iSirThijs/development
Browse files Browse the repository at this point in the history
Release 0.1.0
  • Loading branch information
Thijs authored May 25, 2021
2 parents 64fef02 + 1c1d760 commit 202ec0a
Show file tree
Hide file tree
Showing 14 changed files with 150 additions and 2,328 deletions.
1 change: 1 addition & 0 deletions .env.example
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
VITE_API_URL=https://acc-jungle-gym-api.herokuapp.com/games
17 changes: 14 additions & 3 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
.DS_Store
node_modules
/.svelte-kit
/build
/functions
build
dist
functions
package-lock.json
yarn.lock
/examples/**/.svelte
/examples/**/build
/packages/create-svelte/template/CHANGELOG.md
.env
.vercel_build_output
.netlify
.svelte-kit
.cloudflare
.pnpm-debug.log
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v14.16.1
lts/fermium
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,10 @@ npm run build

> You can preview the built app with `npm run preview`, regardless of whether you installed an adapter. This should _not_ be used to serve your app in production.
### Environment Variables

Copy the `.env.example` and rename it to `.env`.

## :open_file_folder: Folder Structure

## :anger: Others
Loading

0 comments on commit 202ec0a

Please sign in to comment.