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

Commit 202ec0a

Browse files
author
Thijs
authored
Merge pull request #99 from iSirThijs/development
Release 0.1.0
2 parents 64fef02 + 1c1d760 commit 202ec0a

File tree

14 files changed

+150
-2328
lines changed

14 files changed

+150
-2328
lines changed

.env.example

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
VITE_API_URL=https://acc-jungle-gym-api.herokuapp.com/games

.gitignore

Lines changed: 14 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
.DS_Store
22
node_modules
3-
/.svelte-kit
4-
/build
5-
/functions
3+
build
4+
dist
5+
functions
6+
package-lock.json
7+
yarn.lock
8+
/examples/**/.svelte
9+
/examples/**/build
10+
/packages/create-svelte/template/CHANGELOG.md
11+
.env
12+
.vercel_build_output
13+
.netlify
14+
.svelte-kit
15+
.cloudflare
16+
.pnpm-debug.log

.nvmrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
v14.16.1
1+
lts/fermium

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,10 @@ npm run build
5858

5959
> 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.
6060
61+
### Environment Variables
62+
63+
Copy the `.env.example` and rename it to `.env`.
64+
6165
## :open_file_folder: Folder Structure
6266

6367
## :anger: Others

0 commit comments

Comments
 (0)