This is the code that powers https://www.textualize.io
We welcome PRs to add projects to the Rich / Textual galleries. Can't promise we will accept anything else, but feel free to ask!
You will need Node.js (version 16 to run the site locally.
Using nvm is the recommended way to install such a version. Once it is installed, you can run the following commands:
nvm install 16 && nvm use 16
- installs Node.js v14npm i
- installs the Node.js dependenciesnpm run dev
- starts the local development server
Open http://localhost:3000 with your browser to see the local website.
The UI is made with React and TypeScript, compiled to static web pages thanks to Next.js, and hosted on Vercel.
Run the following before committing:
npm run format:fix