This project contains the source code of Ysely company's website.
It is using the following technical stack:
- Next.js - Open source
- Tailwind CSS - Open source
- Headless UI - Open source
- Tailwind UI with Salient template as inspiration - Commercial license: so if you want to use this project as a base for your own project, you must purchase your own license. See TAILWIND-UI-LICENSE for more information.
- First install the npm dependencies:
npm i
- Next, run the development server:
npm run dev
Finally, open http://localhost:3000 in your browser to view the website.
Every contribution is welcome 🙏
You may want to fix a typo, an issue, or add a new Feature, so in this case, please follow the Contribution guide.
See the provided License file.
If you encounter such message in you .tsx
files:
Cannot use JSX unless the '--jsx' flag is provided
You may need to tell VSCode to use the Workspace provided Typescript version rather than its own Typescript version:
- Go to the command palette CTRL+Shift+P (Or ⌘+Shift+P on Mac).
- Choose "TypeScript: Select a TypeScript Version...".
- Choose "Use workspace Version".