lllama / textualize.io

Textualize website

Home Page:https://www.textualize.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Textualize.io

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!

Start dev server for maintaining purpose

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 v14
  • npm i - installs the Node.js dependencies
  • npm run dev - starts the local development server

Open http://localhost:3000 with your browser to see the local website.

Tech stack

The UI is made with React and TypeScript, compiled to static web pages thanks to Next.js, and hosted on Vercel.

Run prettier

Run the following before committing:

npm run format:fix

About

Textualize website

https://www.textualize.io

License:Apache License 2.0


Languages

Language:TypeScript 72.8%Language:SCSS 25.8%Language:JavaScript 1.4%Language:Shell 0.0%