Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/yuxxeun/basement
⚾ Reinventing the art of dynamic writing.
https://github.com/yuxxeun/basement
astro supabase svelte vercel
Last synced: about 1 month ago
JSON representation
⚾ Reinventing the art of dynamic writing.
- Host: GitHub
- URL: https://github.com/yuxxeun/basement
- Owner: yuxxeun
- License: mit
- Created: 2022-09-19T14:56:23.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-05-17T20:32:28.000Z (7 months ago)
- Last Synced: 2024-05-21T11:13:23.702Z (7 months ago)
- Topics: astro, supabase, svelte, vercel
- Language: JavaScript
- Homepage: https://yuxxeun.tech
- Size: 28.1 MB
- Stars: 5
- Watchers: 1
- Forks: 0
- Open Issues: 11
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# basement
Pssst... this project was build with [Astro](https://astro.build), astro serve it fast with Astro's next-gen island architecture.
## Featured Aspects of the Stack
- [Astro](https://astro.build/)
- [@astrojs/svelte](https://docs.astro.build/en/guides/integrations-guide/svelte/)
- [Supabase](https://supabase.com/)
- [Tailwind](https://tailwindcss.com/)
- [Lenis](https://lenis.darkroom.engineering/)## Commands
All commands are run from the root of the project, from a terminal:
| Command | Action |
| :---------------- | :------------------------------------------- |
| `yarn` | Installs all dependencies |
| `yarn dev` | Starts local dev server at `127.0.0.1:3000` |
| `yarn build` | Build to production site to `./dist/` |
| `yarn preview` | Preview your build locally, before deploying |
| `./post.sh` | To bootstrap a new post |## Contributing
If you have any idea, suggestions or find any bugs, feel free to open a discussion, an issue or create a `pull request`.
That would be very useful for me personally and i would be happy to listen and take action.## Maintainer
- [yuxxeun](https://github.com/yuxxeun)## License
@yuxxeun/basement is licensed under [The MIT License](./LICENSE.md).