Vercel
WARNING
amvstrm's Website will be shutting down. Read more about the future of amvstrm here.
Deploy button
Quickly deploy it to vercel to your own account with no configuration.
Manual deploy
Prerequisites
- A Vercel account
- A GitHub account
- Git CLI installed on your local machine
- Node.js and npm installed on your local machine
Step 1: Fork and Clone the Repository
Fork our repo by clicking on the "Fork" button on the top right corner of the repository page.
Clone the forked repository to your local machine using the Git CLI.
bashgit clone https://github.com/<your-username>/amvstrm.git
Step 2: Install Dependencies (Optional)
Navigate to the cloned repository directory using the terminal.
Install the dependencies using npm.
bashnpm install
Step 3: Set Environment Variables
Rename the .env.example to .env and then configure any thing for your liking.
API_URL= <Your API URL or Our default API URL>
VERSION=v2 <Default version>
# OPTIONAL (For tracking & Commenting system)
DISQUS_ID=
USE_ANALYTICS=true
POSTHOG_PK=
POSTHOG_HOST=Step 4: Deploy to Vercel
Install the Vercel CLI using npm.
bashnpm install -g vercelLogin to your Vercel account using the following command.
bashvercel loginNavigate to the cloned repository directory using the terminal.
Deploy the application to Vercel using the following command.
bashvercel --prodFollow the prompts to complete the deployment process.
Once the deployment is complete, you can access the application by visiting the URL provided by Vercel.
Congratulations! You have successfully deployed our application to the web...