bookkeeping + temp icon
This commit is contained in:
parent
4bd17da5aa
commit
3f6944517f
4 changed files with 37 additions and 25 deletions
7
LICENSE
Normal file
7
LICENSE
Normal file
|
@ -0,0 +1,7 @@
|
|||
Copyright © 2022 Skye Green
|
||||
|
||||
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the “Software”), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
|
||||
|
||||
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
|
||||
|
||||
THE SOFTWARE IS PROVIDED “AS IS”, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
52
README.md
52
README.md
|
@ -1,38 +1,42 @@
|
|||
# create-svelte
|
||||
# ørkesløs _(orkeslos)_
|
||||
|
||||
Everything you need to build a Svelte project, powered by [`create-svelte`](https://github.com/sveltejs/kit/tree/master/packages/create-svelte).
|
||||
[![standard-readme compliant](https://img.shields.io/badge/standard--readme-OK-green.svg?style=flat-square)](https://github.com/RichardLitt/standard-readme)
|
||||
|
||||
## Creating a project
|
||||
An ørkesløs alternate frontend for the Ory ecosystem.
|
||||
|
||||
If you're seeing this, you've probably already done this step. Congrats!
|
||||
## Install
|
||||
|
||||
```bash
|
||||
# create a new project in the current directory
|
||||
npm create svelte@latest
|
||||
### Docker
|
||||
|
||||
# create a new project in my-app
|
||||
npm create svelte@latest my-app
|
||||
```sh
|
||||
docker build --tag orkeslos .
|
||||
```
|
||||
|
||||
## Developing
|
||||
### Non-Docker
|
||||
|
||||
Once you've created a project and installed dependencies with `npm install` (or `pnpm install` or `yarn`), start a development server:
|
||||
|
||||
```bash
|
||||
npm run dev
|
||||
|
||||
# or start the server and open the app in a new browser tab
|
||||
npm run dev -- --open
|
||||
```sh
|
||||
yarn install
|
||||
yarn build
|
||||
cp package.json build/
|
||||
cd build/
|
||||
yarn install --production # Or npm
|
||||
node index.js
|
||||
```
|
||||
|
||||
## Building
|
||||
## Usage
|
||||
|
||||
To create a production version of your app:
|
||||
The environment variables `HYDRA_ADMIN_API`, `KRATOS_ADMIN_API`, `KRATOS_PUBLIC_API`, `KRATOS_PUBLIC_URL`, `DEFAULT_REDIRECT_URL`
|
||||
|
||||
```bash
|
||||
npm run build
|
||||
```
|
||||
## Maintainers
|
||||
|
||||
You can preview the production build with `npm run preview`.
|
||||
[@me](https://git.skye.vg/me)
|
||||
|
||||
> To deploy your app, you may need to install an [adapter](https://kit.svelte.dev/docs/adapters) for your target environment.
|
||||
## Contributing
|
||||
|
||||
PRs accepted.
|
||||
|
||||
Small note: If editing the README, please conform to the [standard-readme](https://github.com/RichardLitt/standard-readme) specification.
|
||||
|
||||
## License
|
||||
|
||||
MIT © 2022 Skye Green
|
||||
|
|
|
@ -1,6 +1,7 @@
|
|||
{
|
||||
"name": "-rkesl-s",
|
||||
"name": "orkeslos",
|
||||
"version": "0.0.1",
|
||||
"license": "MIT",
|
||||
"private": true,
|
||||
"scripts": {
|
||||
"dev": "vite dev",
|
||||
|
|
Binary file not shown.
Before Width: | Height: | Size: 1.5 KiB After Width: | Height: | Size: 1.8 MiB |
Loading…
Reference in a new issue