mirror of
https://github.com/aljazceru/nostr-how.git
synced 2025-12-17 14:24:25 +01:00
25 lines
1.4 KiB
Markdown
25 lines
1.4 KiB
Markdown
## Getting started
|
|
|
|
1. We're using Yarn's zero installs set up so you don't need to install dependencies as they are included in the repo.
|
|
2. Run the development server with `yarn run dev`
|
|
3. Access the site in development at [http://localhost:3000](http://localhost:3000)
|
|
|
|
## Contributing
|
|
We're always looking for writers, coders, and translators to help us make Nostr.how more useful. You can see all the ways you can contribute or donate to the project in more details on our [Contribute page](https://nostr.how/contribute).
|
|
## License
|
|
|
|
The Nostr How project is open source software under the [MIT License](https://opensource.org/licenses/MIT).
|
|
This site template is a commercial product and is licensed under the [Tailwind UI license](https://tailwindui.com/license).
|
|
|
|
## Syntax + Next.js
|
|
|
|
This site is based on the Syntax theme from [Tailwind UI](https://tailwindui.com). It's built using [Tailwind CSS](https://tailwindcss.com) and [Next.js](https://nextjs.org).
|
|
|
|
To learn more about the technologies used in this site template, see the following resources:
|
|
|
|
- [Tailwind CSS](https://tailwindcss.com/docs) - the official Tailwind CSS documentation
|
|
- [Next.js](https://nextjs.org/docs) - the official Next.js documentation
|
|
- [Headless UI](https://headlessui.dev) - the official Headless UI documentation
|
|
- [Markdoc](https://markdoc.io) - the official Markdoc documentation
|
|
- [DocSearch](https://docsearch.algolia.com) - the official DocSearch documentation
|