Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/johngruen/onboarding-app
A simple onboarding flow prototype
https://github.com/johngruen/onboarding-app
Last synced: 16 days ago
JSON representation
A simple onboarding flow prototype
- Host: GitHub
- URL: https://github.com/johngruen/onboarding-app
- Owner: johngruen
- Created: 2020-05-15T13:19:33.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-01-06T05:59:33.000Z (almost 2 years ago)
- Last Synced: 2024-10-31T06:09:58.314Z (2 months ago)
- Language: HTML
- Size: 1.35 MB
- Stars: 1
- Watchers: 0
- Forks: 2
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
This project is built with svelte and sapper
### Running the project
However you get the code, you can install dependencies and run the project in development mode with:
```bash
cd onboarding-app
npm install # or yarn
npm run dev
```### important directories
* `src`: where all the files live
* `src/data`: where you can go build new cards
* `static`: where all the images and global CSS lives