https://github.com/fusionauth/webauthn.wtf
The webauthn.wtf website
https://github.com/fusionauth/webauthn.wtf
Last synced: about 1 year ago
JSON representation
The webauthn.wtf website
- Host: GitHub
- URL: https://github.com/fusionauth/webauthn.wtf
- Owner: FusionAuth
- License: apache-2.0
- Created: 2023-02-01T20:07:12.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-07-28T05:58:08.000Z (almost 2 years ago)
- Last Synced: 2024-07-28T06:46:30.392Z (almost 2 years ago)
- Language: Astro
- Homepage: https://webauthn.wtf
- Size: 9.58 MB
- Stars: 19
- Watchers: 9
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
# Webauthn.wtf
This project contains the website for webauth.wtf. This project uses these tools and libraries:
* Astro (static site generator)
* Tailwind (CSS framework)
* PageFind (search)
Pull requests are welcome! Happy coding!
## Astro
We are currently using Astro for our SSG technology. To run the project, just type this:
```
npm install
npm run start
```
## Running in a prod like environment
Some features don't work in dev mode. This includes pagefind search.
In order to test changes to such components, run in `preview` mode:
```
npm run build
npm run preview
```