Skip to content

Latest commit

 

History

History
43 lines (27 loc) · 796 Bytes

README.md

File metadata and controls

43 lines (27 loc) · 796 Bytes

This is the latest version of the Remake framework, along with a Trello clone app.

Easiest way to get started

Instead of using this repository, use the official Remake CLI to generate this starter project.

https://github.com/remake/remake-cli

However, if you want to set it up manually, feel free to follow the following instructions:

Set Remake up manually (not through the Remake CLI):

  1. Clone this repo
git clone https://github.com/remake/remake-framework.git
  1. Install dependencies
cd remake-framework
npm install
  1. Create a variables.env file

inside variables.env:

SESSION_SECRET=__replace_with_something_secret__
PORT=3000
  1. Start the project
npm run dev

Full Remake Docs

View the full documentation