User-friendly documentation for newcomers to the TON blockchain.
-
Download repository from GitHub
-
Install NodeJS to run local build
-
Open Terminal in project directory
-
Install dependencies with command:
npm install
-
Run project with command:
npm run start
This command starts a local development server and opens up a browser window. Most changes are reflected live without having to restart the server.
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
Please make sure to update tests as appropriate.