Skip to content

NEAR-Edu/nearandfar

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

64 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NEAR and FAR from any Coding

An introductory course to NEAR for non-programmers

This is the project folder for the course website

To run this site locally:

  • Clone this repo
  • Open your terminal cd to the root folder of this project and run yarn
  • yarn dev - spins up a dev server at localhost:8080
  • yarn clean - cleans the directory using the configs from lerna.json
  • yarn build - builds the static site in the public directory