Skip to content

remake/repl-sandbox

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published