|
|
|---|
This is the source code for my website dan.sbs.
-
Clone the Repo
Start by cloning the repository to your device
git clone https://github.com/dmccrthy/dan.sbs
-
Install Dependencies
From here you should navigate to the site folder and install the dependencies
cd dan.sbs npm install -
Run the Website
npm run dev
From here the site should be running at http://localhost:3000
-
Build for Production
Run the following command to statically generate the site.
npm run generate
This should create a ./dist folder with the complete static site. Unlike webpack, this will include the html for all pages.
Credit to Twemoji for the favicon lol.
This Website is provided under the AGPL-3.0 license. Feel free to use it as inspiration for your own website.
Thanks for Reading
-Dan