tbdsux / cryptopups-website

New Website for World of CryptoPups

Home Page:https://www.worldofcryptopups.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

World of Cryptopups

www.worldofcryptopups.cf

Official website development source code and stuff.

Info

This is the source code of the website of World of Cryptopups.

Why here?

Due to deploy issues and concerns, this is the only separated project from https://github.com/World-of-Cryptopups/.

Vercel doesn't support deploying from organizations on a free account so, that's what it is.

Development

  • Clone the project

    git clone https://github.com/TheBoringDude/new-cryptopups.git
    
  • Required environment variables

    SECRET_TOKEN=
    REDIS_HOST=
    APP_URL= # use -> in dev :: 'http://localhost:3000'
    APP_DEV_URL= # use -> in dev :: 'http://localhost:3000'
    
    
  • Install the dependencies

    yarn
    
  • Run the dev server

    yarn dev
    

About

New Website for World of CryptoPups

https://www.worldofcryptopups.com


Languages

Language:TypeScript 96.3%Language:JavaScript 2.2%Language:CSS 1.2%Language:Dockerfile 0.3%