43 lines
971 B
Markdown
43 lines
971 B
Markdown
---
|
|
next:
|
|
text: 'Installation'
|
|
link: '/flash/installation'
|
|
|
|
banner_title: "Flash - A Modern Web Framework"
|
|
banner_description: "Flash is a fast and expressive web framework written in Java."
|
|
---
|
|
|
|
# ⚡ Flash
|
|
|
|
Flash is a simple, modern and fast expressive web framework written in Java.
|
|
The project is maintained by Pixel Services and the open-source community.
|
|
|
|
|
|
<script setup>
|
|
import { VPTeamMembers } from 'vitepress/theme';
|
|
|
|
const members = [
|
|
{
|
|
avatar: 'https://avatars.githubusercontent.com/u/83401018?v=4',
|
|
name: 'Relism',
|
|
title: 'Developer',
|
|
links: [
|
|
{ icon: 'github', link: 'https://github.com/Relism' },
|
|
]
|
|
},
|
|
{
|
|
avatar: 'https://avatars.githubusercontent.com/u/69807609?v=4',
|
|
name: 'Sieadev',
|
|
title: 'Developer',
|
|
links: [
|
|
{ icon: 'github', link: 'https://github.com/sieadev' },
|
|
]
|
|
},
|
|
]
|
|
</script>
|
|
|
|
# Our Team
|
|
|
|
Say hello to the Pixel Services team !
|
|
|
|
<VPTeamMembers size="small" :members="members" /> |