Skip to content

picotorrent/website

Folders and files

NameName
Last commit message
Last commit date

Latest commit

4c6bcdc · Jul 29, 2023

History

33 Commits
Apr 21, 2022
Feb 13, 2021
Feb 13, 2021
Jul 22, 2023
May 12, 2021
Apr 21, 2022
Dec 21, 2020
Dec 21, 2020
Dec 21, 2020
Apr 21, 2022
Apr 21, 2022
Dec 21, 2020
Dec 21, 2020
Dec 29, 2020
Apr 21, 2022
Jan 4, 2021

Repository files navigation

The PicoTorrent website

This repository contains the code for the website at picotorrent.org.

Build Setup

# install dependencies
$ npm install

# serve with hot reload at localhost:3000
$ npm run dev

# build for production and launch server
$ npm run build
$ npm run start

# generate static project
$ npm run generate

For detailed explanation on how things work, check out Nuxt.js docs.