Skip to content

Zintixx/mapleserver2-docs

 
 

Repository files navigation

mapleserver2-docs

Install node, npm, clone this repository, then install the dependencies

git clone https://github.com/AlanMorel/mapleserver2-docs
cd mapleserver2-docs
npm install yarn -g
yarn install

Create a .env file

VERSION=0
NODE_ENV=development
PORT=8084
URL=http://maplememe.localhost/docs
TZ=America/New_York

Start the server using yarn

yarn start

Visit http://localhost:8084/docs to see the app running.

Docker

You can run the app using Docker

docker compose up

When you run the app using Docker, the port is not exposed to the host machine. This means that you will need to either expose it yourself or use a reverse proxy like NGINX to make it accessible.

Github Actions

If you fork this repository, when you push, it will automatically trigger Github actions.

If you want to disable it, go to your fork's Settings > Actions > Actions permissions > Disable Actions for this repository.

About

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • JavaScript 70.0%
  • CSS 16.3%
  • Dockerfile 7.0%
  • TypeScript 6.7%