You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
Chakib Benziane 202a8a7802 add server submodule 5 years ago
server@e449299304 add server submodule 5 years ago
src fix eslint 5 years ago
.babelrc initial 5 years ago
.eslintrc.js add eslintrc 5 years ago
.gitignore initial 5 years ago
.gitmodules add server submodule 5 years ago
.nvmrc initial 5 years ago
README.md update readme 5 years ago
index.html wip 5 years ago
package.json initial 5 years ago
yarn.lock initial 5 years ago

README.md

bit4sat

Installation

  • init/install the right node version in .nvmrc
nvm install $(cat .nvmrc)
nvm use
  • install yarn (optional)

sudo apt update && sudo apt install -y yarn

  • install deps

yarn

or with npm

npm install

start dev server

With yarn:

yarn run start

or with npm

npm start