Skip to content

Installation

Marat Zimnurov edited this page Nov 23, 2020 · 2 revisions

Installation

When you just cloned current repo

npm install && npm run dev

or

npm install && npm run build

These steps requires to create @sapper/server and @sapper/app types in src/node_modules

Make a repository based on SENT-template

npx degit "Zimtir/SENT-template" my-app
cd my-app

Make .env based on template.env

cp template.env .env

Build Fontello fonts and icons

npm run fontello