This repo contains the Paralus website, documentation, and blog. The website is built using Docusaurus 2, and styled using Tailwind CSS.
To use this repository, you need the following installed locally:
Before you start, install the dependencies. Clone the repository and navigate to the directory:
git clone ttps://github.com/paralus/website.git
cd websitecd into your cloned repository, and start the server:
$ npm install
$ npm run start
You can view the website at http://localhost:3000. The local site auto-reloads when you make changes.
Opening a pull request will automatically generate a preview URL. Merging to
mainautodeploys to the Paralus website using Vercel.
Refer to our contribution guidelines to contribute.