A modern, responsive landing page built with Next.js, React and TypeScript to showcase the Sailock ecosystem.
Sailock.Web is the official website of the Sailock project.
It provides:
- Downloads
- Documentation
- Tutorials
- Release notes
- Community resources
- Project information
- Next.js
- React
- TypeScript
- CSS
- Tabler Icons
Install dependencies:
npm installStart the development server:
npm run devBuild for production:
npm run buildpublic/
src/
├── app/
├── components/
├── config/
├── context/
├── hooks/
├── lib/
├── locales/
├── styles/
├── types/
└── utils/
Contributions are welcome. If you would like to improve the website, please open an issue or submit a Pull Request.
This project is licensed under the MIT License.