remake-framework
v1.1.0
Published
1. Clone this repo
Readme
Get started
- Clone this repo
git clone https://github.com/panphora/remake-framework.git- Install dependencies
cd remake-framework
npm install- Create a
variables.envfile
inside variables.env:
SESSION_SECRET=__replace_with_something_secret__
PORT=3000- Start the project
npm run dev