A community made PFPAsia Website that builds based on NextJS, TypeScript, and TailwindCSS. While original PFPAsia website was built by the team and this project has partially linked to it. This project was initiated by Sennett Lau a.k.a Capyyy.
- NodeJS
- OpenSea API Key
- MongoDB
- Docker (Optional)
- Clone the repository:
git clone https://github.com/sennett-lau/pfp-asia-next-app
- Install the dependencies:
npm install
- Create a
.env
by copying the.env.sample
file and fill in the required environment. - Run the development server:
npm run dev
- Open http://localhost:3000 with your browser to see the result.
- Clone the repository:
git clone https://github.com/sennett-lau/pfp-asia-next-app
- Build the Docker image:
docker build -t pfp-asia-next-app .
- Run the Docker container:
docker run -d -p 1111:3000 --env-file ./env pfp-asia-next-app:latest
- Open http://localhost:3000 with your browser to see the result.