Coder Social home page Coder Social logo

loom4k / webpage Goto Github PK

View Code? Open in Web Editor NEW
12.0 4.0 2.0 9.5 MB

๐ŸŒŽ Source code for my personal webpage & portfolio. Made with Nextjs, React & Tailwind. Feel free to use it as a template!

Home Page: https://loom4k.me

License: MIT License

TypeScript 90.01% JavaScript 5.00% CSS 2.16% Dockerfile 2.83%
nextjs react tailwindcss typescript

webpage's Introduction

loom's webpage documentation

This repository contains the assets and the source code required to build loom4k's personnal webpage. I am glad you want to contribute!

Using this repository

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.

Prerequisites

To use this repository, you will need the following installed locally:

  • Node.js
  • npm (should be installed with node)
  • A container runtime, like Docker

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

Running the website locally using Node and Next.js

To build and test the website locally, run:

# Install dependencies
npm install

# Build & run website
npm build
npm run

Running the website using Docker

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.

Troubleshooting

More information will be added as some issues are reported

Thank you

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.

webpage's People

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.