Caution
As of right now, the webpage WILL NOT RUN on Vercel with Node version 14.0. A refactor is on the way, the branch will soon appear, open to contributions
This repository contains the assets and the source code required to build loom4k's personnal webpage. I am glad you want to contribute!
- Contributing to the website
- Contributing to linked repositories and projects (soon)
You can run this website locally using Node.js and NPM. We strongly reccomend sticking to NPM and not running it using Yarn as it's never been tested and some bugs may occur.
To use this repository, you will need the following installed locally:
Before you start, make sure to install the dependencies. Clone the repository and navigate to the directory:
git clone https://github.com/loom4k/webpage.git
cd webpage
To build and test the website locally, run:
# Install dependencies
npm install
# Build & run website
npm build
npm run
To build the website with docker, run:
docker build -t webpage .
Afterwards, to run the website, do:
docker run -p 3000:3000 webpage
This will start the Next.js local server on port 3000. Open up your browser to https://localhost:3000 to view the website. As you make changes to components and pages, Next.js updates the website and forces a browser refresh.
More information will be added as some issues are reported
This website wouldn't be what it is right now without all the contributors. I truly appreciate everyone who submit issues, start discussions and open pull requests to contribute! This wouldn't exist without you.