Skip to content

Commit

Permalink
Authorization companion app
Browse files Browse the repository at this point in the history
  • Loading branch information
Dexagod committed Mar 27, 2024
1 parent ea3b54c commit 9d541ae
Show file tree
Hide file tree
Showing 34 changed files with 21,286 additions and 17 deletions.
24 changes: 24 additions & 0 deletions demo/data/demo/public/authorizationsite/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
# See https://help.github.com/articles/ignoring-files/ for more about ignoring files.

# dependencies
/node_modules
/.pnp
.pnp.js

# testing
/coverage

# production
/build
/dist

# misc
.DS_Store
.env.local
.env.development.local
.env.test.local
.env.production.local

npm-debug.log*
yarn-debug.log*
yarn-error.log*
25 changes: 25 additions & 0 deletions demo/data/demo/public/authorizationsite/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
# Solid multi-page react template

This is a template for a multi-page app using Solid.
This project was built with [create-react-app](https://facebook.github.io/create-react-app/docs/getting-started).

## install

```
npm install
```

## run project

### `npm start`

Runs the app in the development mode.\
Open [http://localhost:3000](http://localhost:3000) to view it in your browser.

The page will reload when you make changes.\
You may also see any lint errors in the console.

### `npm run build`

Builds the app for production to the `build` folder.\
It correctly bundles React in production mode and optimizes the build for the best performance.
Loading

0 comments on commit 9d541ae

Please sign in to comment.